mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
* Revert "Performance/file parse and mount (#6975)" This reverts commitf76f487211. * fix: import duplication * Revert "fix(batch-events): fix order of directory file and folder events (#7300)" This reverts commitbf4af42a25. --------- Co-authored-by: Chirag Chandrashekhar <cchirag85@gmail.com> Co-authored-by: Sid <siddharth@usebruno.com>
21 lines
534 B
JSON
21 lines
534 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"target": "es2017",
|
|
"allowSyntheticDefaultImports": false,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"assets/*": ["src/assets/*"],
|
|
"ui/*": ["src/ui/*"],
|
|
"components/*": ["src/components/*"],
|
|
"hooks/*": ["src/hooks/*"],
|
|
"themes/*": ["src/themes/*"],
|
|
"api/*": ["src/api/*"],
|
|
"pageComponents/*": ["src/pageComponents/*"],
|
|
"providers/*": ["src/providers/*"],
|
|
"utils/*": ["src/utils/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|