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 aac3b33 commit a6389f9Copy full SHA for a6389f9
tsconfig.json
@@ -17,19 +17,6 @@
17
"noFallthroughCasesInSwitch": true,
18
"moduleResolution": "node",
19
"baseUrl": ".",
20
- "paths": {
21
- "*": [
22
- "node_modules/*",
23
- "src/types/*"
24
- ]
25
- },
26
- "rootDirs": [],
27
- "typeRoots": [
28
- "src/types"
29
- ],
30
- "types": [
31
- "node"
32
33
"allowSyntheticDefaultImports": true,
34
"experimentalDecorators": true,
35
"emitDecoratorMetadata": true
0 commit comments