Skip to content

Commit 8d93ade

Browse files
committed
Extend tsconfig.json from tsconfig.test.json
1 parent a031444 commit 8d93ade

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

tsconfig.test.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
{
2+
"extends": "./tsconfig.json",
23
"compilerOptions": {
3-
"esModuleInterop": true,
4-
"exactOptionalPropertyTypes": true,
5-
"forceConsistentCasingInFileNames": true,
6-
"lib": ["ES2023"],
74
"module": "ES2022",
85
"moduleResolution": "Bundler",
9-
"noEmit": true,
10-
"noErrorTruncation": true,
11-
"noUncheckedIndexedAccess": true,
126
"skipLibCheck": true,
13-
"skipDefaultLibCheck": true,
14-
"strict": true,
15-
"target": "ES2023"
7+
"skipDefaultLibCheck": true
168
},
179
"include": ["./src/**/*.test.ts", "./src/**/*.test-d.ts"],
1810
"exclude": ["./dist", "**/node_modules"]

0 commit comments

Comments
 (0)