Rename kotlin-test-nodejs-runner to kotlin-test-js-runner

This commit is contained in:
Ilya Goncharov
2019-09-19 15:04:01 +03:00
parent 10c36ae5c5
commit 31aa4e4738
32 changed files with 20 additions and 20 deletions
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "es5",
"module": "ESNext",
"strict": true,
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"inlineSourceMap": true
},
"exclude": [
"**/*Debug.ts"
]
}