Skip to content

Commit

Permalink
feat(package): add a script excluding rcbc
Browse files Browse the repository at this point in the history
  • Loading branch information
bearmit committed Dec 14, 2023
1 parent f666b90 commit 1596f5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"build": "npx tsc",
"build:no_rcbc": "npm run build -- --project tsconfig.no_rcbc.json",
"validate": "npx ts-node ./src/validate",
"afrl": "npx ts-node ./src/afrl",
"bcdb": "npx ts-node ./src/bcdb",
Expand Down
6 changes: 6 additions & 0 deletions scripts/typescript/tsconfig.no_rcbc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"exclude": [
"src/rcbc", /* Some work is required in order to compile. Many nodes are uncompleted */
]
}

0 comments on commit 1596f5c

Please sign in to comment.