13 lines
311 B
JSON
13 lines
311 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"checkJs": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"target": "ES2022",
|
||
|
"moduleResolution": "node",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
// we dont have any thing to compile just yet
|
||
|
"noEmit": true
|
||
|
}
|
||
|
}
|