typescript-config-silverwind
Advanced tools
Comparing version 5.0.1 to 5.0.2
{ | ||
"name": "typescript-config-silverwind", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"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": [ | ||
@@ -17,6 +14,4 @@ "**/*", | ||
"**/ui/build/**", | ||
"**/vendor/**", | ||
], | ||
"compilerOptions": { | ||
// environment | ||
"target": "esnext", | ||
@@ -26,10 +21,3 @@ "module": "nodenext", | ||
"moduleDetection": "force", | ||
"lib": [ | ||
"dom", | ||
"dom.iterable", | ||
"dom.asynciterable", | ||
"esnext", | ||
], | ||
// build | ||
"lib": ["dom", "dom.iterable", "dom.asynciterable", "esnext"], | ||
"allowImportingTsExtensions": true, | ||
@@ -47,4 +35,2 @@ "allowJs": true, | ||
"stripInternal": true, | ||
// lint | ||
"strict": false, | ||
@@ -51,0 +37,0 @@ "noUnusedLocals": 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
2128
39