diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..0f4cf3f --- /dev/null +++ b/tsconfig.json @@ -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" + ] +}