9 lines
139 B
JSON
9 lines
139 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"checkJs": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|