mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 14:55:27 +02:00
* feat(extensions): remove rbac extension client code * feat(extensions): remove server rbac code * remove extensions code * fix(notifications): remove error * feat(extensions): remove authorizations service * feat(rbac): deprecate fields * fix(portainer): revert change * fix(bouncer): remove rbac authorization check * feat(sidebar): remove roles link * fix(portainer): remove portainer module
16 lines
426 B
JSON
16 lines
426 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"allowSyntheticDefaultImports": false,
|
|
"baseUrl": "app",
|
|
"module": "commonjs",
|
|
"paths": {
|
|
"Agent/*": ["agent/*"],
|
|
"Azure/*": ["azure/*"],
|
|
"Docker/*": ["docker/*"],
|
|
"Kubernetes/*": ["kubernetes/*"],
|
|
"Portainer/*": ["portainer/*"]
|
|
}
|
|
},
|
|
"exclude": ["api", "build", "dist", "distribution", "node_modules", "test", "webpack"]
|
|
}
|