Skip to content

Commit 7e195d3

Browse files
committed
refactor(site): simplify tsconfig.test.json
Because that the base tsconfig was simplified when changing from Next.js, this one now duplicates most of it. I still believe having a separate tsconfig is a good idea for the purposes of separating tests from source code. It especially can make it easier for eslint and jest performance.
1 parent a1164f4 commit 7e195d3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

site/tsconfig.test.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
{
22
"extends": "./tsconfig.json",
3-
"compilerOptions": {
4-
"target": "es5",
5-
"module": "commonjs",
6-
"jsx": "react",
7-
"downlevelIteration": true,
8-
"strict": true,
9-
"strictNullChecks": true,
10-
"esModuleInterop": true
11-
},
123
"exclude": ["node_modules", "_jest"]
134
}

0 commit comments

Comments
 (0)