9 lines
132 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"moduleResolution": "nodenext",
"target": "ES2021",
"checkJs": true,
"allowJs": true
}
}