UNPKG

react-konva-grid

Version:

Canvas grid to render large set of tabular data with virtualization.

18 lines 406 B
{ "include": ["src/*"], "exclude": ["node_modules", "**/*.stories.tsx"], "compilerOptions": { "declaration": true, "module": "commonjs", "noImplicitAny": true, "target": "esnext", "moduleResolution": "node", "jsx": "react", "skipLibCheck": true, "allowJs": true, "strict": true, "esModuleInterop": true, "strictNullChecks": true, "outDir": "dist" } }