summary refs log tree commit diff
path: root/bundle/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/tsconfig.json')
-rw-r--r--bundle/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundle/tsconfig.json b/bundle/tsconfig.json
index b300a426..69725244 100644
--- a/bundle/tsconfig.json
+++ b/bundle/tsconfig.json
@@ -65,6 +65,7 @@
 		"skipLibCheck": true /* Skip type checking of declaration files. */,
 		"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */,
 		"emitDecoratorMetadata": true,
-		"experimentalDecorators": true
+		"experimentalDecorators": true,
+		"baseUrl": "."
 	}
 }