We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76a3f0b + 0a3b84a commit 2901c88Copy full SHA for 2901c88
course-matrix/backend/tsconfig.test.json
@@ -1,19 +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
- ]
+ "compilerOptions": {
+ "target": "ESNext",
+ "module": "ESNext",
+ "moduleResolution": "node",
+ "esModuleInterop": true,
+ "skipLibCheck": true,
+ "strict": true,
+ "jsx": "react-jsx",
+ "types": ["jest", "@testing-library/jest-dom"]
+ },
+ "include": [
+ "**/*.test.tsx",
+ "**/*.test.ts",
+ "./jest.config.ts",
+ "tests",
+ "src"
+ ]
19
}
0 commit comments