aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.settings.json')
-rw-r--r--tsconfig.settings.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/tsconfig.settings.json b/tsconfig.settings.json
index 8fb9ab041..eb2207533 100644
--- a/tsconfig.settings.json
+++ b/tsconfig.settings.json
@@ -15,10 +15,6 @@
15 "forceConsistentCasingInFileNames": true, 15 "forceConsistentCasingInFileNames": true,
16 "importHelpers": true, 16 "importHelpers": true,
17 "removeComments": true, 17 "removeComments": true,
18 "typeRoots": ["packages/typings/types", "node_modules/@types"], 18 "typeRoots": ["node_modules/@types"]
19 "paths": {
20 "@types/*": ["packages/typings/types/*.d.ts"],
21 "*": ["packages/typings/types/*.d.ts"]
22 }
23 } 19 }
24} 20}