Files
portainer/jsconfig.json
T
Anthony Lapenna 493de20540 refactor(azure): remove Azure ACI endpoint support (#3803)
* feat(templates): remove template management features (#3719)

* feat(api): remove template management features

* feat(templates): remove template management features

* refactor(azure): remove Azure ACI endpoint support
2020-06-03 11:40:04 +12:00

14 lines
369 B
JSON

{
"compilerOptions": {
"target": "es2017",
"allowSyntheticDefaultImports": false,
"baseUrl": "app",
"paths": {
"Agent/*": ["agent/*"],
"Docker/*": ["docker/*"],
"Extensions/*": ["extensions/*"],
"Portainer/*": ["portainer/*"]
}
},
"exclude": ["api", "build", "dist", "distribution", "node_modules", "test", "webpack"]
}