PromucFlow_constructor/app/client/tsconfig.path.json

10 lines
143 B
JSON

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