UNPKG
@farcaster/create-mini-app
Version:
canary (0.0.0-canary-20251120144804)
latest (0.1.1)
0.1.1
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-canary-20251120144804
0.0.0-canary-20250630212526
0.0.0-canary-20250630212339
0.0.0-canary-20250630194123
0.0.0-canary-20250630153244
0.0.0-canary-20250630152811
0.0.0-canary-20250630152209
0.0.0-canary-20250627225801
Create Farcaster Mini Apps with one command
@farcaster/create-mini-app
/
tsconfig.build.json
12 lines
(11 loc)
•
235 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"@farcaster/tsconfig/node.json"
,
"exclude"
:
[
"dist"
,
"node_modules"
]
,
"include"
:
[
"*"
]
,
"compilerOptions"
:
{
"declaration"
:
true
,
"declarationMap"
:
true
,
"outDir"
:
"./dist"
,
"sourceMap"
:
true
}
}