Skip to content

Commit

Permalink
ts
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch-txs committed Feb 22, 2024
1 parent 145deab commit cc9d71e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"declarationDir": "./dist/types"
},
"extends": "../../tsconfig.json",
"include": ["index.ts", "src", "tests", "../siwe/core/SIWEController.ts"]
"include": ["index.ts", "src", "tests"]
}
8 changes: 4 additions & 4 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"outputs": ["dist/**"],
"cache": false
},
"build:siwe": {
"build:scaffold-utils": {
"outputs": ["dist/**"],
"dependsOn": ["^build:core", "^build:scaffold-utils"],
"dependsOn": ["^build:polyfills", "^build:scaffold"],
"cache": false
},
"build:scaffold-utils": {
"build:siwe": {
"outputs": ["dist/**"],
"dependsOn": ["^build:polyfills", "^build:scaffold"],
"dependsOn": ["^build:core", "^build:scaffold-utils"],
"cache": false
},
"build:scaffold": {
Expand Down

0 comments on commit cc9d71e

Please sign in to comment.