Skip to content

Commit 73e1534

Browse files
committed
Remove @tsconfig hack
No longer needed since we removed ts-node
1 parent ab2aed4 commit 73e1534

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
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",
2+
"extends": ["@tsconfig/node16/tsconfig.json", "@tsconfig/strictest/tsconfig.json"],
53
"compilerOptions": {
64
"sourceMap": true,
75
"resolveJsonModule": true,

tsconfig.node16-strictest.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)