{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "bundler", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "dist", "rootDir": "src", "sourceMap": true, "jsx": "react", "jsxFactory": "m", "jsxFragmentFactory": "m.Fragment" }, "include": ["src/**/*.ts"] }