disbrowser/src/jvmMain/ts/tsconfig.json
2019-01-19 23:13:41 +01:00

15 lines
296 B
JSON

{
"compilerOptions": {
"module": "amd",
"target": "es2016",
"strictNullChecks": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"removeComments": true,
"sourceMap": true,
"outFile": "../resources/public/disbrowser.js"
},
"include": [
"*.ts"
]
}