@tsconfig/node16-strictest-esm
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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.0"} | ||
{"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"} |
@@ -36,3 +36,2 @@ ### A base TSConfig for working with Node 16 + ESM + Strictest. | ||
"forceConsistentCasingInFileNames": true, | ||
"alwaysStrict": true, | ||
"allowUnusedLabels": false, | ||
@@ -52,4 +51,5 @@ "allowUnreachableCode": false, | ||
} | ||
``` | ||
You can find the [code here](https://github.com/tsconfig/bases/blob/master/bases/node16-strictest-esm.json). |
@@ -16,3 +16,2 @@ // This file was autogenerated by a script | ||
"forceConsistentCasingInFileNames": true, | ||
"alwaysStrict": true, | ||
"allowUnusedLabels": false, | ||
@@ -31,2 +30,2 @@ "allowUnreachableCode": false, | ||
} | ||
} | ||
} |
3552