Files
stepfun-vector-stores-admin/tsconfig.json
satnaing 0fc3a07333 chore: upgrade Vite, Prettier, and ESLint
Upgraded Vite and its related packages. Also updated
Prettier and ESLint to the latest versions and
made necessary adjustments to configuration files.
2024-12-09 18:56:44 +07:00

14 lines
213 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}