PC-mj/tsconfig.json

11 lines
226 B
JSON
Raw Permalink Normal View History

2023-12-18 11:12:07 +08:00
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
2023-12-25 18:39:49 +08:00
// "compilerOptions": {
// "baseUrl": ".",
// "paths": {
// "~/*": ["./*"],
// "@/*": ["./*"]
// }
// }
2023-12-18 11:12:07 +08:00
}