PromucFlow_constructor/app/client/tsconfig.path.json
Hetu Nandu a5fba4db26
Update alias and added some documentation (#6)
Update import alias in the index.tsx and added some documentation in the README
2020-07-15 11:35:02 +05:30

9 lines
112 B
JSON

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