@zeit/next-typescript
Advanced tools
{ | ||
"name": "@zeit/next-typescript", | ||
"version": "1.1.1", | ||
"version": "1.1.2-canary.0", | ||
"main": "index.js", | ||
@@ -10,3 +10,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "97994cdfe2ed34b5c6c8fa9961eddcf31ab4b2f9" | ||
"gitHead": "404368d10a2fbcbdceb90413a07b036154d7d0a6" | ||
} |
@@ -44,21 +44,19 @@ # Next.js + Typescript | ||
{ | ||
"compileOnSave": false, | ||
"compilerOptions": { | ||
"target": "esnext", | ||
"allowJs": true, | ||
"allowSyntheticDefaultImports": true, | ||
"baseUrl": ".", | ||
"jsx": "preserve", | ||
"lib": ["dom", "es2017"], | ||
"module": "esnext", | ||
"jsx": "preserve", | ||
"allowJs": true, | ||
"moduleResolution": "node", | ||
"allowSyntheticDefaultImports": true, | ||
"noEmit": true, | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"preserveConstEnums": true, | ||
"removeComments": false, | ||
"preserveConstEnums": true, | ||
"skipLibCheck": true, | ||
"sourceMap": true, | ||
"skipLibCheck": true, | ||
"baseUrl": ".", | ||
"lib": [ | ||
"dom", | ||
"es2016" | ||
] | ||
"strict": true, | ||
"target": "esnext" | ||
} | ||
@@ -65,0 +63,0 @@ } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
5410
0.09%0
-100%2
100%95
-2.06%