🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@zeit/next-typescript

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zeit/next-typescript - npm Package Compare versions

Comparing version

to
1.1.2-canary.0

{
"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 @@ }