Skip to content

Commit 4b46274

Browse files
committed
Create tsconfig.test.json
1 parent 1945e44 commit 4b46274

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"compilerOptions": {
3+
"target": "ESNext",
4+
"module": "ESNext",
5+
"moduleResolution": "node",
6+
"esModuleInterop": true,
7+
"skipLibCheck": true,
8+
"strict": true,
9+
"jsx": "react-jsx",
10+
"types": ["jest", "@testing-library/jest-dom"]
11+
},
12+
"include": [
13+
"**/*.test.tsx",
14+
"**/*.test.ts",
15+
"./jest.config.ts",
16+
"tests",
17+
"src"
18+
]
19+
}

0 commit comments

Comments
 (0)