Skip to content

Commit

Permalink
release(2.0.0-rc.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Nov 10, 2023
1 parent 1cfdda1 commit 6e97b1e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ link-workspace-packages = deep
prefer-workspace-packages = true
publish-branch = master
strict-peer-dependencies = false

git-checks = false
3 changes: 2 additions & 1 deletion agent/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "../tsconfig.base.json",
"include": [ "*.ts", "**/*.ts" ]
"include": [ "*.ts", "**/*.ts" ],
"compilerOptions": { "rootDir": ".", "composite": true }
}
2 changes: 1 addition & 1 deletion toolbox
Submodule toolbox updated 1 files
+1 −1 ubik
5 changes: 1 addition & 4 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@
"useUnknownInCatchVariables": false,
"plugins": [ { "transform": "@magic-works/commonjs-import.meta" } ]
},
"exclude": [
"*.dist.*", "**/*.dist.*",
"*.spec.*", "**/*.spec.*"
]
"exclude": [ "*.dist.*", "**/*.dist.*", "*.spec.*", "**/*.spec.*" ]
}

0 comments on commit 6e97b1e

Please sign in to comment.