UNPKG

@onvo-ai/react

Version:

The react SDK for Onvo AI dashboard builder

27 lines (26 loc) 543 B
{ "compilerOptions": { "esModuleInterop": true, "strict": true, "skipLibCheck": true, "jsx": "react", "module": "ESNext", "declaration": true, "target": "ES6", "sourceMap": true, "outDir": "lib", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "paths": { "react": ["./node_modules/@types/react"] } }, "exclude": [ "dist", "lib", "node_modules", "src/**/*.test.tsx", "src/**/*.stories.tsx" ] }