Skip to content

Commit

Permalink
cleanup build
Browse files Browse the repository at this point in the history
  • Loading branch information
vid committed Dec 4, 2023
1 parent c90797a commit 6575531
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
3 changes: 1 addition & 2 deletions modules/out-review/dashboard/web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"dom"
],
"outDir": "./built",
"strict": true,
"composite": true
"strict": true
},
"include": [
"./src/**/*.ts"
Expand Down
2 changes: 1 addition & 1 deletion modules/out-review/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"main": "build/out-reviews-stepper.js",
"scripts": {
"build": "tsc -b .; tsc -b dashboard/web/",
"build": "tsc -b .",
"build-watch": "tsc -b . --watch",
"prepublishOnly": "tsc -b .",
"lint": "eslint -c .eslintrc.json --ext .ts,.js src",
Expand Down
7 changes: 1 addition & 6 deletions modules/out-review/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,5 @@
"rootDir": "src"
},
"include": ["src"],
"xreferences": [
{
"path": "./dashboard/web"
}
],
"exclude": ["./dashboard/web/node_modules/**"]
"exclude": ["./dashboard"]
}

0 comments on commit 6575531

Please sign in to comment.