We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2aed4 commit 73e1534Copy full SHA for 73e1534
tsconfig.json
@@ -1,7 +1,5 @@
1
{
2
- // TODO: Can use an array once ts-node is updated with https://github.com/TypeStrong/ts-node/pull/1958
3
- // "extends": ["@tsconfig/node16/tsconfig.json", "@tsconfig/strictest/tsconfig.json"],
4
- "extends": "./tsconfig.node16-strictest.json",
+ "extends": ["@tsconfig/node16/tsconfig.json", "@tsconfig/strictest/tsconfig.json"],
5
"compilerOptions": {
6
"sourceMap": true,
7
"resolveJsonModule": true,
tsconfig.node16-strictest.json
0 commit comments