10 lines
161 B
JSON
10 lines
161 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"module": "esnext",
|
||
|
"checkJs": true,
|
||
|
"moduleResolution": "node",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
}
|
||
|
}
|