blessing-skin-server/tsconfig.build.json
2021-01-02 16:38:18 +08:00

10 lines
173 B
JSON

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