mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-06 18:24:29 +08:00
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"extends": "./src/.umi/tsconfig.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"jsx": "react-jsx",
|
|
"noImplicitAny": false
|
|
}
|
|
}
|