link_chang/tsconfig.json

6 lines
98 B
JSON
Raw Normal View History

2023-03-19 13:31:39 +08:00
{
"extends": "@quasar/app-vite/tsconfig-preset",
"compilerOptions": {
"baseUrl": "."
}
}