blessing-skin-server/tsconfig.build.json

10 lines
173 B
JSON
Raw Normal View History

2020-03-12 11:06:23 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
2021-01-02 16:38:18 +08:00
"jsx": "react-jsx",
2020-03-12 11:06:23 +08:00
"incremental": true,
"noUnusedLocals": false,
"noUnusedParameters": false
}
}