blessing-skin-server/tsconfig.build.json
2020-03-12 11:06:23 +08:00

9 lines
149 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"incremental": true,
"noUnusedLocals": false,
"noUnusedParameters": false
}
}