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

7 lines
95 B
JSON

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"jsx": "react-jsxdev"
}
}