@mashwang/tsconfig
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -6,15 +6,13 @@ { | ||
"compilerOptions": { | ||
"target": "es2017", | ||
"module": "esnext", | ||
"target": "es2021", | ||
"strict": true, | ||
"strictNullChecks": true, | ||
"esModuleInterop": true, | ||
"moduleResolution": "node", | ||
"skipLibCheck": true, | ||
"noUnusedLocals": true, | ||
"noImplicitAny": true, | ||
"allowJs": true, | ||
"skipDefaultLibCheck": true, | ||
"resolveJsonModule": true, | ||
"forceConsistentCasingInFileNames": true | ||
}, | ||
"exclude": ["node_modules"] | ||
} | ||
} |
{ | ||
"name": "@mashwang/tsconfig", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"author": "Mashiro Wang <hyperoot@gmail.com> (https://github.com/MashiroWang/)", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "ceafcba482a796b3315e06c625f0d7c283a45fe7" | ||
"gitHead": "43db6c52736e31590ab13743860f3dafa04d68d3" | ||
} |
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
1957
16