@tsconfig/node16-strictest-esm
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,1 +0,1 @@ | ||
{"name":"@tsconfig/node16-strictest-esm","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with Node 16 + ESM + Strictest.","keywords":["tsconfig","node16-strictest-esm"],"version":"1.0.1"} | ||
{"name":"@tsconfig/node16-strictest-esm","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with Node 16 + ESM + Strictest.","keywords":["tsconfig","node16-strictest-esm"],"version":"1.0.2"} |
@@ -27,5 +27,3 @@ ### A base TSConfig for working with Node 16 + ESM + Strictest. | ||
"compilerOptions": { | ||
"lib": [ | ||
"es2021" | ||
], | ||
"lib": ["es2021"], | ||
"module": "es2022", | ||
@@ -48,3 +46,4 @@ "target": "es2021", | ||
"importsNotUsedAsValues": "error", | ||
"checkJs": true | ||
"checkJs": true, | ||
"moduleResolution": "node" | ||
} | ||
@@ -51,0 +50,0 @@ } |
@@ -7,5 +7,3 @@ // This file was autogenerated by a script | ||
"compilerOptions": { | ||
"lib": [ | ||
"es2021" | ||
], | ||
"lib": ["es2021"], | ||
"module": "es2022", | ||
@@ -28,4 +26,5 @@ "target": "es2021", | ||
"importsNotUsedAsValues": "error", | ||
"checkJs": true | ||
"checkJs": true, | ||
"moduleResolution": "node" | ||
} | ||
} |
3592
28
53