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