summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-26 11:01:17 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-07-26 11:38:03 -0400
commit16caa1173d99542803ff78a9793339a9e513f5bd (patch)
tree29766529bd3d59e5c9dd8e0b4ab7de04183511f2 /tsconfig.json
parent5562c36824a63634212ee0c6ad501f230a8e1133 (diff)
Run tools/format.py
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 adc2b8bf3..dacdc2e2a 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -15,7 +15,7 @@
"allowUnreachableCode": false,
"experimentalDecorators": true,
"paths": {
- "*": [ "*", "out/debug/*", "out/default/*", "out/release/*" ]
+ "*": ["*", "out/debug/*", "out/default/*", "out/release/*"]
}
},
"include": ["js/main.ts"],