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 b42657c commit 8e4f3d1Copy full SHA for 8e4f3d1
packages/core/project.json
@@ -5,17 +5,13 @@
5
"projectType": "library",
6
"targets": {
7
"build": {
8
- "dependsOn": ["types-declaration"],
9
"executor": "@nx/esbuild:esbuild",
10
"outputs": ["{options.outputPath}"],
11
"options": {
12
"outputPath": "dist/packages/core",
13
"main": "packages/core/src/index.ts",
14
"tsConfig": "packages/core/tsconfig.lib.json",
15
- "assets": [
16
- "packages/core/*.md",
17
- "{workspaceRoot}/README.md"
18
- ],
+ "assets": ["packages/core/*.md", "{workspaceRoot}/README.md"],
19
"declaration": true,
20
"external": ["zod", "react"],
21
"format": ["cjs", "esm"],
0 commit comments