UNPKG

@zootools/waitlist-js

Version:

Viral whitelists / waitlists for nfts and web3 projects

12 lines (11 loc) 295 B
{ "extends": "tsconfig/react-library.json", "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], "exclude": ["dist", "build", "node_modules"], "compilerOptions": { "lib": ["es2015", "dom"], "outDir": "./dist/output", "downlevelIteration": true, "declaration": true } }