mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-25 01:14:23 +01:00
13 lines
315 B
JSON
13 lines
315 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2017",
|
||
|
"allowSyntheticDefaultImports": false,
|
||
|
"baseUrl": "./",
|
||
|
"paths": {
|
||
|
"components/*": ["src/components/*"],
|
||
|
"pageComponents/*": ["src/pageComponents/*"],
|
||
|
"providers/*": ["src/providers/*"]
|
||
|
}
|
||
|
},
|
||
|
"exclude": ["node_modules", "dist"]
|
||
|
}
|