mirror of https://github.com/portainer/portainer
21 lines
505 B
JSON
21 lines
505 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"allowSyntheticDefaultImports": false,
|
|
"baseUrl": "app",
|
|
"module": "commonjs",
|
|
"paths": {
|
|
"Agent/*": ["agent/*"],
|
|
"Azure/*": ["azure/*"],
|
|
"Docker/*": ["docker/*"],
|
|
"Kubernetes/*": ["kubernetes/*"],
|
|
"Portainer/*": ["portainer/*"],
|
|
"@/*": ["../app/*"]
|
|
}
|
|
},
|
|
"exclude": ["api", "build", "dist", "distribution", "node_modules", "test", "webpack"],
|
|
"typeAcquisition": {
|
|
"include": ["jest"]
|
|
}
|
|
}
|