11 lines
178 B
JSON

{
"compilerOptions": {
"jsx": "react",
"module": "NodeNext",
"moduleResolution": "nodenext",
"target": "ES2021",
"checkJs": true,
"allowJs": true
}
}