UNPKG

microsite

Version:
21 lines (20 loc) 534 B
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "allowUnreachableCode": false, "declaration": false, "experimentalDecorators": true, "noUnusedLocals": true, "noUnusedParameters": true, "lib": ["dom", "ES2019"], "moduleResolution": "Node", "module": "ESNext", "target": "ES2020", "jsx": "react", "jsxFactory": "h", "jsxFragmentFactory": "Fragment", "skipLibCheck": true }, "include": ["../../src", "./assets/types/index.d.ts"], "exclude": ["node_modules"] }