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