Rename kotlin-test-nodejs-runner to kotlin-test-js-runner
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "ESNext",
|
||||
"strict": true,
|
||||
"sourceMap": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"inlineSourceMap": true
|
||||
},
|
||||
"exclude": [
|
||||
"**/*Debug.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user