mirror of
https://github.com/louislam/dockge.git
synced 2024-11-07 17:05:42 +01:00
9 lines
153 B
JSON
9 lines
153 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "ESNext",
|
||
|
"target": "ESNext",
|
||
|
"strict": true,
|
||
|
"moduleResolution": "bundler"
|
||
|
}
|
||
|
}
|