UNPKG

@dr.pogodin/react-themes

Version:
16 lines (15 loc) 386 B
// TS config for generation of library's type declarations with TSC. { "extends": "@tsconfig/recommended", "include": ["src"], "compilerOptions": { "declaration": true, "emitDeclarationOnly": true, "jsx": "react-jsx", "module": "ESNext", "moduleResolution": "Node", "outDir": "build/types-code", "strict": true, "verbatimModuleSyntax": true, } }