aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index a6c016b..ef44e28 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,6 +1,7 @@
1{ 1{
2 "compileOnSave": false, 2 "compileOnSave": false,
3 "compilerOptions": { 3 "compilerOptions": {
4 "baseUrl": "./",
4 "outDir": "./dist/out-tsc", 5 "outDir": "./dist/out-tsc",
5 "sourceMap": true, 6 "sourceMap": true,
6 "declaration": false, 7 "declaration": false,