UNPKG

remix-nlux

Version:

Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.

15 lines (14 loc) 279 B
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "resolveJsonModule": true, "moduleResolution": "node", "isolatedModules": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true }, "include": [ "rollup/*.ts" ] }