Skip to content

Commit

Permalink
Fixed build / tsconfig's
Browse files Browse the repository at this point in the history
  • Loading branch information
artemis-prime committed May 2, 2024
1 parent 9bf7648 commit 770336d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 28 deletions.
18 changes: 0 additions & 18 deletions packages/auth/tsconfig.base.json

This file was deleted.

9 changes: 2 additions & 7 deletions packages/auth/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"extends": "./tsconfig.base.json",
"extends": "../tsconfig.hanzo.base.json",
"include": [
"**/*.ts",
"**/*.tsx",
],
"exclude": [
"node_modules",
],
"plugins": [{ "name": "next"}],
"compilerOptions": {
"declaration": false,
"noEmit": true
}
]
}
4 changes: 2 additions & 2 deletions packages/commerce/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "../tsconfig.hanzo-modules.base.json",
"extends": "../tsconfig.hanzo.base.json",
"include": [
"**/*.ts",
"**/*.tsx", "types/string-mutator.ts",
"**/*.tsx",
],
"exclude": [
"node_modules",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.hanzo-modules.base.json",
"extends": "../tsconfig.hanzo.base.json",
"include": [
"**/*.ts",
"**/*.tsx",
Expand Down

0 comments on commit 770336d

Please sign in to comment.