1{
2 "compilerOptions": {
3 "lib": ["ES2022"],
4 "module": "CommonJS",
5 "target": "ES2022",
6 "strict": true,
7 "jsx": "react-jsx",
8 "jsxImportSource": "react",
9 "moduleResolution": "node",
10 "allowSyntheticDefaultImports": true,
11 "esModuleInterop": true
12 }
13}