Skip to content

Commit 74b4a8d

Browse files
committed
extending tsconfig.json instead of copy pasting it.
1 parent 1e3cc70 commit 74b4a8d

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

tsconfig.test.json

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
{
2+
"extends": "./tsconfig.json",
23
"compilerOptions": {
3-
"allowJs": true,
4-
"rootDir": "./",
5-
"outDir": "./dist/",
6-
"noImplicitAny": true,
7-
"strictPropertyInitialization": true,
8-
"sourceMap": true,
9-
"target": "es2023",
10-
"module": "NodeNext",
11-
"moduleResolution": "NodeNext",
12-
"strict": true,
13-
"esModuleInterop": true
14-
},
15-
"ts-node": {
16-
"files": true
17-
},
18-
"include": ["./src/**/*"]
4+
"rootDir": "./"
5+
}
196
}

0 commit comments

Comments
 (0)