UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

21 lines (20 loc) 482 B
{ "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "bundler", "allowJs": false, "skipLibCheck": false, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", "declaration": true, "types": ["vitest/globals"] }, "include": [".."] }