b58c2facfe
* Revert "fix(sidebar): show docker sidebar when needed (#3852)" This reverts commit59da17dde4. * Revert "refactor(azure): remove Azure ACI endpoint support (#3803)" This reverts commit493de20540.
15 lines
399 B
JSON
15 lines
399 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"allowSyntheticDefaultImports": false,
|
|
"baseUrl": "app",
|
|
"paths": {
|
|
"Agent/*": ["agent/*"],
|
|
"Azure/*": ["azure/*"],
|
|
"Docker/*": ["docker/*"],
|
|
"Extensions/*": ["extensions/*"],
|
|
"Portainer/*": ["portainer/*"]
|
|
}
|
|
},
|
|
"exclude": ["api", "build", "dist", "distribution", "node_modules", "test", "webpack"]
|
|
} |