2020-11-11 17:17:37 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"esModuleInterop": true,
|
2023-04-07 10:37:37 +00:00
|
|
|
"jsx": "react-jsx",
|
|
|
|
"jsxImportSource": "preact",
|
2020-11-11 17:17:37 +00:00
|
|
|
"lib": [
|
2023-04-07 10:37:37 +00:00
|
|
|
"DOM",
|
|
|
|
"ES2022"
|
2020-11-11 17:17:37 +00:00
|
|
|
],
|
2023-04-07 10:37:37 +00:00
|
|
|
"module": "ES2022",
|
2022-03-05 13:10:45 +00:00
|
|
|
"moduleResolution": "Node",
|
2020-11-11 17:17:37 +00:00
|
|
|
"strict": true,
|
2023-04-07 10:37:37 +00:00
|
|
|
"target": "ES2022"
|
2020-11-11 17:17:37 +00:00
|
|
|
},
|
|
|
|
"include": [
|
2023-04-07 10:37:37 +00:00
|
|
|
"*.ts",
|
|
|
|
"source",
|
|
|
|
"tests",
|
2022-03-05 13:10:45 +00:00
|
|
|
"vite.config.ts"
|
2023-03-26 12:32:57 +00:00
|
|
|
]
|
2020-11-11 17:17:37 +00:00
|
|
|
}
|