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