Files
kotlin-fork/libraries/tools/kotlin-test-nodejs-runner/tsconfig.json
T
Sergey Rostov 0e0c78317d Gradle, Kotlin/JS: enable source maps by default, get it working on tests.
Publish kotlin-test-nodejs-runner separately from kotlin-gradle-plugin.
2019-04-01 08:42:10 +03:00

13 lines
227 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "ESNext",
"strict": true,
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"inlineSourceMap": true
},
"exclude": [
"**/*Debug.ts"
]
}