typescript-config-silverwind
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "typescript-config-silverwind", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Typescript configuration", | ||
@@ -5,0 +5,0 @@ "author": "silverwind <me@silverwind.io>", |
{ | ||
// Use ${configDir} after below are released | ||
// https://github.com/microsoft/TypeScript/issues/57485 | ||
// https://github.com/typescript-eslint/typescript-eslint/issues/8992 | ||
"include": [ | ||
@@ -15,6 +18,6 @@ "**/*", | ||
"target": "es2022", // node 18 | ||
"module": "node16", // alias to nodenext | ||
"moduleResolution": "node16", // alias to nodenext | ||
"module": "node16", | ||
"moduleResolution": "node16", | ||
"moduleDetection": "force", | ||
"lib": ["DOM", "DOM.Iterable", "ES2023", "ESNext", "WebWorker"], | ||
"lib": ["DOM", "DOM.Iterable", "ESNext", "WebWorker"], | ||
@@ -38,3 +41,4 @@ // build | ||
"noUnusedParameters": true, | ||
"noPropertyAccessFromIndexSignature": true, | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2221
40