|
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact",
|
|
"lib": [
|
|
"DOM",
|
|
"ES2022"
|
|
],
|
|
"module": "ES2022",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"target": "ES2022"
|
|
},
|
|
"include": [
|
|
"source"
|
|
]
|
|
}
|