tornado-initiation-ui/jsconfig.json

13 lines
209 B
JSON
Raw Normal View History

2020-12-15 20:11:36 +01:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./*"],
"@/*": ["./*"],
"~~/*": ["./*"],
"@@/*": ["./*"]
}
},
"exclude": ["node_modules", ".nuxt", "dist"]
}