mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-07 03:26:54 +08:00
10 lines
173 B
JSON
10 lines
173 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"incremental": true,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false
|
|
}
|
|
}
|