summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-21 17:33:33 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-21 17:33:33 -0400
commit8e2e17cdbe02847b19d8bc2002ba713d18e291b9 (patch)
tree4e6cb105f4ca8857d28e5473894bf53dceeff3cc /tsconfig.json
parentaf6076f3c6008d3aacb69ae3eca8db2eb3f00de9 (diff)
Support source maps for internal code.
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index d598b8ce0..4de82936c 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,7 +3,7 @@
"allowJs": true,
"module": "commonjs",
"noImplicitAny": true,
- "sourceMap": true,
+ "baseUrl": ".",
"removeComments": true,
"preserveConstEnums": true,
"declaration": true,