We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44b128 commit f51dbaaCopy full SHA for f51dbaa
1 file changed
tsconfig.jest-config.json
@@ -1,22 +1,11 @@
1
{
2
+ "extends": "./tsconfig.json",
3
"compilerOptions": {
- "target": "ES2021",
4
- "lib": ["ES2021", "DOM"],
5
- "module": "CommonJS",
6
- "strict": true,
7
- "noImplicitAny": true,
8
- "strictNullChecks": true,
9
- "noImplicitThis": true,
10
- "alwaysStrict": true,
11
- "noUnusedLocals": true,
12
- "esModuleInterop": true,
13
- "useUnknownInCatchVariables": true,
14
- "resolveJsonModule": true,
15
- "forceConsistentCasingInFileNames": true,
16
"allowImportingTsExtensions": true,
17
- "emitDeclarationOnly": true,
18
"composite": true,
+ "emitDeclarationOnly": true,
19
"outDir": "./.tsbuildinfo/jest-config"
20
},
21
- "include": ["jest.config*.ts"]
+ "include": ["jest.config*.ts"],
+ "exclude": []
22
}
0 commit comments