11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "ES2022",
|
|
"esModuleInterop": true,
|
|
"target": "ES2022",
|
|
"moduleResolution": "bundler",
|
|
"jsx": "react-jsx",
|
|
},
|
|
"lib": ["ES2020"]
|
|
}
|