Skip to content

Commit a6389f9

Browse files
author
hirsch88
committed
Remove unnecessary tsconfig settings
1 parent aac3b33 commit a6389f9

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tsconfig.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,6 @@
1717
"noFallthroughCasesInSwitch": true,
1818
"moduleResolution": "node",
1919
"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-
],
3320
"allowSyntheticDefaultImports": true,
3421
"experimentalDecorators": true,
3522
"emitDecoratorMetadata": true

0 commit comments

Comments
 (0)