We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79a900 commit e1908d2Copy full SHA for e1908d2
apps/juxt-ui/package.json
@@ -7,7 +7,7 @@
7
"dev": "tsup --watch --onSuccess \"node --enable-source-maps dist/server.js\"",
8
"lint": "eslint .",
9
"lint:fix": "eslint . --fix",
10
- "build": "npm run lint && tsup",
+ "build": "tsup && tsc --noEmit",
11
"start": "node --enable-source-maps dist/server.js"
12
},
13
"repository": {
apps/juxt-ui/tsconfig.json
@@ -6,6 +6,7 @@
6
"module": "ES2022",
"esModuleInterop": true,
"moduleResolution": "bundler",
+ "skipLibCheck": true,
"baseUrl": "src",
"outDir": "dist",
"allowJs": true,
0 commit comments