mirror of
https://github.com/louislam/dockge.git
synced 2024-11-23 19:34:04 +00:00
8 lines
153 B
JSON
8 lines
153 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"moduleResolution": "bundler"
|
|
}
|
|
}
|