mirror of
https://github.com/portainer/portainer.git
synced 2026-06-23 07:10:13 +00:00
10 lines
156 B
JSON
10 lines
156 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"allowSyntheticDefaultImports": false,
|
|
"module": "commonjs"
|
|
},
|
|
|
|
"extends": "./tsconfig.json"
|
|
}
|