Commit b7c94d5a authored by Alyssa's avatar Alyssa Committed by Tao Feng

Include the js folder in typescript config to fix npm run tsc (#151)

parent 4e90e2a7
......@@ -25,5 +25,8 @@
"exclude": [
"node_modules",
"**/__tests__",
],
"include": [
"js"
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment