We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tsconfig.json
1 parent 33509c1 commit 073b4c4Copy full SHA for 073b4c4
1 file changed
tsconfig.test.json
@@ -1,19 +1,6 @@
1
{
2
+ "extends": "./tsconfig.json",
3
"compilerOptions": {
- "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/**/*"]
+ "rootDir": "./"
+ }
19
}
0 commit comments