mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-26 00:46:44 -06:00
21 lines
416 B
JSON
21 lines
416 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmitOnError": false,
|
|
"noImplicitAny": false,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"experimentalDecorators": true,
|
|
"declaration": true,
|
|
"sourceMap": false,
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"removeComments": false,
|
|
"noLib": false,
|
|
"outDir": "./built",
|
|
"rootDir": "./"
|
|
},
|
|
"compileOnSave": false,
|
|
"include": [
|
|
"./core.ts"
|
|
]
|
|
}
|