redash/client/jsconfig.json

9 lines
120 B
JSON

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