Files

14 lines
289 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"skipLibCheck": true,
"jsx": "react-jsx",
"jsxImportSource": "react",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
}
}