mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-19 11:21:26 +00:00
16 lines
253 B
JSON
16 lines
253 B
JSON
{
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~": [
|
|
"./*"
|
|
],
|
|
"@@": [
|
|
"./lib/styleguide/*"
|
|
],
|
|
},
|
|
},
|
|
}
|