mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-05 21:46:29 +00:00
14 lines
253 B
JSON
Executable File
14 lines
253 B
JSON
Executable File
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./*"],
|
|
"@/*": ["./src/*"],
|
|
"~~/*": ["./*"],
|
|
"@@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", ".nuxt", "dist"]
|
|
}
|