switched to running tests using karma-typescript
This commit is contained in:
parent
8a9a2972ec
commit
bee504d0ba
5 changed files with 10 additions and 13 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Reference in a new issue