mirror of
https://github.com/Alee14/chine-projet.git
synced 2025-01-22 05:31:47 -05:00
12 lines
209 B
JSON
12 lines
209 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./*"],
|
|
"@/*": ["./*"],
|
|
"~~/*": ["./*"],
|
|
"@@/*": ["./*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", ".nuxt", "dist"]
|
|
}
|