forked from extern/dockge
9 lines
153 B
JSON
9 lines
153 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "ESNext",
|
||
|
"target": "ESNext",
|
||
|
"strict": true,
|
||
|
"moduleResolution": "bundler"
|
||
|
}
|
||
|
}
|