PromucFlow_constructor/app/client/tsconfig.path.json

9 lines
106 B
JSON
Raw Normal View History

{
"compilerOptions": {
"paths": {
"ee/*": ["ee/*"],
"test/*": ["../test/*"]
}
}
}