tianji/src/client/tsconfig.json

8 lines
114 B
JSON
Raw Normal View History

2023-08-31 13:17:57 +00:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"jsx": "react-jsx"
}
}