tianji/src/client/tsconfig.json

13 lines
220 B
JSON
Raw Normal View History

2023-08-31 21:17:57 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "ESNext",
2024-03-10 00:06:15 +08:00
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
2023-09-16 00:03:09 +08:00
},
2024-01-21 00:53:07 +08:00
"include": ["./**/*", "../server/**/*"]
2023-08-31 21:17:57 +08:00
}