disbrowser/src/main/ts/tsconfig.json

14 lines
272 B
JSON
Raw Normal View History

2019-01-11 03:19:08 +00:00
{
"compilerOptions": {
"module": "amd",
"strictNullChecks": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"removeComments": true,
"sourceMap": true,
"outFile": "../resources/public/disbrowser.js"
},
"include": [
"*.ts"
]
}