mirror of https://github.com/portainer/portainer
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"]
|
|
} |