summaryrefslogtreecommitdiff
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 3a5161c55..3ed7f63a4 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -13,6 +13,6 @@
"allowUnreachableCode": false,
"experimentalDecorators": true
},
- "include": ["js/**/*.ts", "js/**/*.js"],
- "exclude": ["js/mock_runtime.js", "js/node_modules"]
+ "include": [ "js/main.ts" ],
+ "exclude": [ "node_modules" ]
}