PromucFlow_constructor/app/client/tsconfig.path.json
Hetu Nandu 3d9962adfa
Add @appsmith namespace (#74)
Adds an @appsmtih alias for managing imports with the EE repo
2020-07-10 14:54:06 +05:30

9 lines
101 B
JSON

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