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.
tsconfig.json
tsconfig.test.json
1 parent a7e9b8a commit 59f71e9Copy full SHA for 59f71e9
tsconfig.test.json
@@ -1,18 +1,10 @@
1
{
2
+ "extends": "./tsconfig.json",
3
"compilerOptions": {
- "esModuleInterop": true,
4
- "exactOptionalPropertyTypes": true,
5
- "forceConsistentCasingInFileNames": true,
6
- "lib": ["ES2023"],
7
"module": "ES2022",
8
"moduleResolution": "Bundler",
9
- "noEmit": true,
10
- "noErrorTruncation": true,
11
- "noUncheckedIndexedAccess": true,
12
"skipLibCheck": true,
13
- "skipDefaultLibCheck": true,
14
- "strict": true,
15
- "target": "ES2023"
+ "skipDefaultLibCheck": true
16
},
17
"include": ["./src/**/*.test.ts", "./src/**/*.test-d.ts"],
18
"exclude": ["./dist", "**/node_modules"]
0 commit comments