Skip to content

Commit 8d08ce1

Browse files
committed
tsconfig.prod.json: extend the base config
1 parent 9195f80 commit 8d08ce1

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

tsconfig.prod.json

+2-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
{
2-
"compilerOptions": {
3-
"outDir": "lib",
4-
"declaration": true,
5-
"target": "es5",
6-
"lib": ["dom", "dom.iterable", "esnext"],
7-
"strict": true,
8-
"forceConsistentCasingInFileNames": true,
9-
"module": "esnext",
10-
"moduleResolution": "node",
11-
"noFallthroughCasesInSwitch": false,
12-
"esModuleInterop": true,
13-
"jsx":"react-jsx",
14-
"allowSyntheticDefaultImports": true,
15-
"types":["node", "jest"]
16-
},
2+
"extends": "./tsconfig.json",
173
"include": ["src/**/*"],
18-
"exclude": ["src/**/*.test.ts","src/**/*.test.tsx"]
4+
"exclude": ["src/**/*.test.ts", "src/**/*.test.tsx"]
195
}

0 commit comments

Comments
 (0)