0e0c78317d
Publish kotlin-test-nodejs-runner separately from kotlin-gradle-plugin.
13 lines
227 B
JSON
13 lines
227 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "ESNext",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"inlineSourceMap": true
|
|
},
|
|
"exclude": [
|
|
"**/*Debug.ts"
|
|
]
|
|
} |