PromucFlow_constructor/app/client/tsconfig.path.json

9 lines
101 B
JSON
Raw Normal View History

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