UNPKG
@zootools/waitlist-js
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Viral whitelists / waitlists for nfts and web3 projects
@zootools/waitlist-js
/
tsconfig.json
12 lines
(11 loc)
•
295 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"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
}
}