aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 46e0e6cfa..2676f392d 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,7 @@
1{ 1{
2 "extends": "./tsconfig.settings.json", 2 "extends": "./tsconfig.settings.json",
3 "compilerOptions": { 3 "compilerOptions": {
4 "outDir": ".tstmp", 4 "outDir": ".tmp",
5 "rootDir": "./" 5 "rootDir": "./"
6 }, 6 }
7} 7}