@preco21/tsconfig
Advanced tools
Comparing version 6.0.0 to 7.0.0
{ | ||
"name": "@preco21/tsconfig", | ||
"version": "6.0.0", | ||
"version": "7.0.0", | ||
"description": "Shared TypeScript config for @preco21", | ||
@@ -14,7 +14,2 @@ "author": "Preco Plusb <plusb21@gmail.com>", | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/preco21/tsconfig#readme", | ||
"repository": "preco21/tsconfig", | ||
"bugs": "https://github.com/preco21/tsconfig/issues", | ||
"sideEffects": false, | ||
"keywords": [ | ||
@@ -28,3 +23,8 @@ "tsconfig", | ||
"preco21" | ||
] | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/preco21/tsconfig#readme", | ||
"repository": "preco21/tsconfig", | ||
"bugs": "https://github.com/preco21/tsconfig/issues", | ||
"sideEffects": false | ||
} |
@@ -11,3 +11,3 @@ # tsconfig | ||
*This config requires TypeScript 4.7 or later.* | ||
*This config requires TypeScript 5.5 or later.* | ||
@@ -21,5 +21,2 @@ ## Usage | ||
"extends": "@preco21/tsconfig", | ||
"compilerOptions": { | ||
"outDir": "dist" | ||
}, | ||
"include": ["src/**/*"], | ||
@@ -35,4 +32,3 @@ "exclude": ["node_modules"] | ||
"extends": "@preco21/tsconfig/node", | ||
"compilerOptions": { | ||
"outDir": "dist", | ||
"compilerOptions": { | ||
"declaration": false, | ||
@@ -39,0 +35,0 @@ "incremental": true |
{ | ||
"compilerOptions": { | ||
"outDir": "${configDir}/dist", | ||
"module": "ESNext", | ||
"moduleResolution": "Node", | ||
"moduleDetection": "force", | ||
"target": "ES2022", | ||
"module": "ESNext", | ||
"moduleResolution": "Node", | ||
"esModuleInterop": true, | ||
"resolveJsonModule": true, | ||
"verbatimModuleSyntax": true, | ||
@@ -10,0 +14,0 @@ "declaration": 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
3527
44
42