ToolJet/frontend/jsconfig.json

8 lines
110 B
JSON
Raw Normal View History

{
"compilerOptions": {
"baseUrl": "./src",
"paths": {
"@/*": ["./*"]
}
}
}