1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
mal/ts/tsconfig.json
2017-02-23 00:33:40 +09:00

16 lines
376 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es2015",
"noImplicitAny": true,
"noEmitOnError": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"newLine": "LF",
"strictNullChecks": true,
"sourceMap": false
}
}