mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
12 lines
181 B
JSON
12 lines
181 B
JSON
{
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"~": [
|
|
"./*"
|
|
],
|
|
},
|
|
},
|
|
}
|