Add the tsconfig.
This commit is contained in:
parent
fd7a6cf697
commit
137b7a5f18
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"esModuleInterop": true,
|
||||||
|
"jsx": "react-jsx",
|
||||||
|
"jsxImportSource": "preact",
|
||||||
|
"lib": [
|
||||||
|
"DOM",
|
||||||
|
"ES2022"
|
||||||
|
],
|
||||||
|
"module": "ES2022",
|
||||||
|
"moduleResolution": "Node",
|
||||||
|
"resolveJsonModule": true,
|
||||||
|
"strict": true,
|
||||||
|
"target": "ES2022"
|
||||||
|
},
|
||||||
|
"include": [
|
||||||
|
"source"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue