{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "jsx": "preserve", "jsxFactory": "h", "jsxFragmentFactory": "Fragment", "moduleResolution": "node", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "declaration": true, "outDir": "./dist", "rootDir": "./src", "types": ["node"] }, "include": ["./src"] }