{ "include": ["src/**/*"], "compilerOptions": { "outDir": "./dist/", "sourceMap": true, "noImplicitAny": true, "module": "ES2022", "target": "ESNext", "jsx": "react", "jsxFactory": "h", "allowJs": true, "moduleResolution": "node", "esModuleInterop": true, "declaration": true, "emitDeclarationOnly": true, "allowImportingTsExtensions": true, "strictNullChecks": true } }