blessing-skin-server/tsconfig.dev.json

7 lines
95 B
JSON
Raw Normal View History

2021-01-02 16:38:18 +08:00
{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"jsx": "react-jsxdev"
}
}