11 lines
187 B
JSON
11 lines
187 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"module": "NodeNext",
|
||
|
"outDir": "build",
|
||
|
"strict": true,
|
||
|
"target": "ES2022",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
}
|
||
|
}
|