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.
1 parent f11a10d commit d4eb291Copy full SHA for d4eb291
tsconfig.json
@@ -15,20 +15,20 @@
15
"noFallthroughCasesInSwitch": true,
16
"baseUrl": ".",
17
"paths": {
18
- "*": ["typings/*"],
+ "*": ["typings/*"]
19
},
20
"declaration": true,
21
"esModuleInterop": true,
22
"resolveJsonModule": true,
23
24
- "skipLibCheck": true,
+ "skipLibCheck": true
25
26
"include": [
27
"src/**/*",
28
"tests/src/**/*",
29
"tools/**/*",
30
"typings/**/*",
31
- "benchmark/**/*",
+ "benchmark/**/*"
32
],
33
- "exclude": ["lib/**/*"],
+ "exclude": ["lib/**/*"]
34
}
0 commit comments