forked from projectmoon/tenebrous-dicebot
27 lines
535 B
JSON
27 lines
535 B
JSON
{
|
|
"compilerOptions": {
|
|
"alwaysStrict": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"declarationDir": "typings",
|
|
"target": "es5",
|
|
"removeComments": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitAny": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"strictNullChecks": true,
|
|
"stripInternal": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"outDir": "build",
|
|
"noEmitOnError": true
|
|
},
|
|
"types": [],
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|