kitabu-chain-explorer/jsconfig.json

13 lines
209 B
JSON
Raw Normal View History

2022-02-10 11:44:04 +01:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./*"],
"@/*": ["./*"],
"~~/*": ["./*"],
"@@/*": ["./*"]
}
},
"exclude": ["node_modules", ".nuxt", "dist"]
}