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