@codecompose/typescript-config
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -8,5 +8,7 @@ { | ||
"lib": ["dom", "dom.iterable", "esnext"], | ||
"noEmit": true | ||
"noEmit": true, | ||
"incremental": true // because nextjs adds this automatically otherwise | ||
}, | ||
"include": ["${configDir}/src", "${configDir}/next-env.d.ts"] | ||
"include": ["${configDir}/src", "${configDir}/next-env.d.ts"], | ||
"exclude": ["node_modules"] // because nextjs adds this automatically otherwise | ||
} |
{ | ||
"name": "@codecompose/typescript-config", | ||
"description": "Opinionated reusable TypeScript configurations", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Thijs Koerselman", |
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
4301
78