We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e45e6 commit 43daaefCopy full SHA for 43daaef
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@creatorem/next-trpc",
3
- "version": "1.0.7",
+ "version": "1.0.8",
4
"repository": {
5
"type": "git",
6
"url": "git+https://github.com/creatorem/next-trpc"
@@ -23,7 +23,7 @@
23
"dist"
24
],
25
"scripts": {
26
- "build": "tsc --noEmit false --outDir dist --declaration --module commonjs --target ES2017",
+ "build": "tsc src/*.ts --outDir dist --declaration --module commonjs --target ES2017 --skipLibCheck",
27
"clean": "git clean -xdf .turbo dist node_modules",
28
"format": "prettier --check \"**/*.{ts,tsx}\"",
29
"lint": "eslint .",
0 commit comments