@2bad/tsconfig
Advanced tools
Comparing version 2.0.1 to 3.0.0
{ | ||
"name": "@2bad/tsconfig", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "Shared TypeScript config", | ||
@@ -33,7 +33,7 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=18" | ||
"node": "^20" | ||
}, | ||
"volta": { | ||
"node": "20.5.1" | ||
"node": "20.12.1" | ||
} | ||
} |
@@ -14,3 +14,3 @@ { | ||
/* Language and Environment */ | ||
"target": "ESNext", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ | ||
"target": "es2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ | ||
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ | ||
@@ -29,5 +29,5 @@ // "jsx": "preserve", /* Specify what JSX code is generated. */ | ||
/* Modules */ | ||
"module": "NodeNext", /* Specify what module code is generated. */ | ||
"module": "NodeNext", /* Specify what module code is generated. */ | ||
// "rootDir": "./", /* Specify the root folder within your source files. */ | ||
"moduleResolution": "NodeNext", /* Specify how TypeScript looks up a file from a given module specifier. */ | ||
"moduleResolution": "NodeNext", /* Specify how TypeScript looks up a file from a given module specifier. */ | ||
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ | ||
@@ -34,0 +34,0 @@ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ |
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
14885