PC-mj/tsconfig.json

11 lines
205 B
JSON
Raw Normal View History

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