UNPKG

rynex

Version:

A minimalist TypeScript framework for building reactive web applications with no virtual DOM

15 lines (14 loc) 329 B
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "lib": ["ES2020", "DOM"], "moduleResolution": "node", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": ["node_modules", "public"] }