blessing-skin-server/tsconfig.build.json

9 lines
149 B
JSON
Raw Normal View History

2020-03-12 11:06:23 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"incremental": true,
"noUnusedLocals": false,
"noUnusedParameters": false
}
}