Skip to content

Commit 7ce4555

Browse files
committed
fix: NPM package contents
1 parent 94a6d25 commit 7ce4555

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ src/**
99
test/
1010
coverage/
1111
.dependabot/
12+
.next/
13+
pages/
14+
out/
15+
next-env.d.ts
16+
next.config.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test": "jest --coverage",
2828
"test:watch": "jest --watch",
2929
"build:clean": "rm -rf ./dist",
30-
"build:ts": "tsc",
30+
"build:ts": "tsc --project tsconfig.base.json",
3131
"build": "run-s build:clean build:ts",
3232
"ci": "run-s build test"
3333
},

0 commit comments

Comments
 (0)