raylinx/jsconfig.json
frankkeres 6599754f1d init
2025-02-14 18:46:25 +08:00

13 lines
209 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./*"],
"@/*": ["./*"],
"~~/*": ["./*"],
"@@/*": ["./*"]
}
},
"exclude": ["node_modules", ".nuxt", "dist"]
}