switched to running tests using karma-typescript

This commit is contained in:
alecmerdler 2017-01-19 02:10:00 -08:00
parent 8a9a2972ec
commit bee504d0ba
5 changed files with 10 additions and 13 deletions

View file

@ -3,7 +3,6 @@
"baseUrl": ".",
"jsx": "react",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./build/",
"target": "es5",
"sourceMap": true,
@ -15,6 +14,7 @@
"node_modules"
],
"include": [
"./static/js/**/*.tsx"
"./static/js/**/*.tsx",
"./static/js/**/*.ts"
]
}