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