tianji/src/client/tsconfig.json
2024-04-07 20:00:02 +08:00

13 lines
225 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "ESNext",
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
},
"include": ["./**/*", "../server/**/*"]
}