UNPKG

desmy-react

Version:

Introducing an easy-to-use, lightning-fast React.js component that streamlines your development process. Our solution prioritizes simplicity, speed, and optimization, making it a breeze to build projects in React.

37 lines 1.23 kB
{ "compilerOptions": { "target": "ES2020", "useDefineForClassFields": true, "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, "moduleResolution": "bundler", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true, "declaration": true, "outDir": "./dist", "declarationDir": "./dist/types", "emitDeclarationOnly": true, "jsx": "react-jsx", "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "strict": true, "noUnusedLocals": false, "noUnusedParameters": false, "noFallthroughCasesInSwitch": true, "baseUrl": "./", "paths": { "types": ["lib/components/datepicker/types"], "react-pdf/dist/esm/entry.vite": ["./lib/react-pdf-entry-vite"] }, /* The "typeRoots" configuration specifies the locations where TypeScript looks for type definitions (.d.ts files) to include in the compilation process.*/ "typeRoots": ["./dist/index.d.ts"] }, /* include /index.ts*/ "include": ["lib/**/*.ts", "lib/**/*.tsx", "lib/**/*.d.ts"], "exclude": ["lib/**/*.d.ts"], "references": [{ "path": "./tsconfig.node.json" }] }