1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 17:07:28 -06:00
paricafe/tsconfig.json
2017-03-04 19:21:04 +09:00

20 lines
433 B
JSON

{
"compilerOptions": {
"noEmitOnError": false,
"noImplicitAny": false,
"noImplicitReturns": true,
"noUnusedParameters": false,
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true,
"declaration": false,
"sourceMap": false,
"target": "es2017",
"module": "commonjs",
"removeComments": false,
"noLib": false
},
"compileOnSave": false,
"include": [
"./gulpfile.ts"
]
}