Skip to content

Commit f51dbaa

Browse files
committed
chore: extend main tsconfig
1 parent f44b128 commit f51dbaa

1 file changed

Lines changed: 4 additions & 15 deletions

File tree

tsconfig.jest-config.json

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
{
2+
"extends": "./tsconfig.json",
23
"compilerOptions": {
3-
"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,
164
"allowImportingTsExtensions": true,
17-
"emitDeclarationOnly": true,
185
"composite": true,
6+
"emitDeclarationOnly": true,
197
"outDir": "./.tsbuildinfo/jest-config"
208
},
21-
"include": ["jest.config*.ts"]
9+
"include": ["jest.config*.ts"],
10+
"exclude": []
2211
}

0 commit comments

Comments
 (0)