We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a6d25 commit 7ce4555Copy full SHA for 7ce4555
.npmignore
@@ -9,3 +9,8 @@ src/**
9
test/
10
coverage/
11
.dependabot/
12
+.next/
13
+pages/
14
+out/
15
+next-env.d.ts
16
+next.config.js
package.json
@@ -27,7 +27,7 @@
27
"test": "jest --coverage",
28
"test:watch": "jest --watch",
29
"build:clean": "rm -rf ./dist",
30
- "build:ts": "tsc",
+ "build:ts": "tsc --project tsconfig.base.json",
31
"build": "run-s build:clean build:ts",
32
"ci": "run-s build test"
33
},
0 commit comments