Skip to content

Commit 415822a

Browse files
committed
Updates
1 parent d4b2744 commit 415822a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"module": "commonjs",
55
"target": "es2016",
66
"sourceMap": true,
7-
"esModuleInterop": true
7+
"esModuleInterop": true,
8+
"types": ["@cosmsnap/snapper"]
89
},
910
"include": [
1011
"packages/**/*"

vercel.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"src": "package.json",
55
"use": "@vercel/node",
66
"config": {
7-
"buildCommand": "cp ./src/rpcs.json dist/ && yarn workspace ui build"
8-
}
7+
"buildCommand": "cp ./src/rpcs.json dist/ && yarn workspace ui build",
8+
"tsconfig": "tsconfig.json"
9+
}
910
}]
1011
}

0 commit comments

Comments
 (0)