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 3740299 commit d95f53aCopy full SHA for d95f53a
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