Files
kotlin-fork/libraries/tools/kotlin-test-js-runner/tsconfig.json
T
2019-11-19 13:52:36 +03:00

12 lines
198 B
JSON

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