8 lines
135 B
JSON
8 lines
135 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ESNext",
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "nodenext",
|
||
|
|
"outDir": "dist"
|
||
|
|
}
|
||
|
|
}
|