UNPKG

@etsoo/react

Version:

TypeScript ReactJs UI Independent Framework

21 lines (20 loc) 525 B
{ "compilerOptions": { /* Visit https://aka.ms/tsconfig.json to read more about this file */ "target": "ES2020", "module": "ES2020", "moduleResolution": "bundler", "allowJs": false, "isolatedModules": true, "outDir": "./lib/mjs", "noEmit": false, "declaration": true, "strict": true, "esModuleInterop": true, "skipLibCheck": false, "jsx": "react-jsx", "forceConsistentCasingInFileNames": true, "lib": ["dom", "dom.iterable", "ESNext"] }, "include": ["src"] }