Skip to content

Commit

Permalink
fix quartz
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Aug 14, 2024
1 parent 257d6b8 commit 6164ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Quartz/quartz-subql-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@subql/types": "latest",
"typescript": "^5.2.2",
"@subql/cli": "latest",
"@unique-nft/types": "latest",
"@unique-nft/types": "0.2.0",
"@subql/testing": "latest",
"@subql/node": "latest"
},
Expand Down
1 change: 1 addition & 0 deletions Quartz/quartz-subql-starter/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"rootDir": "src",
"target": "es2017",
"strict": true,
"skipLibCheck": true
},
"include": [
"src/**/*",
Expand Down

0 comments on commit 6164ccc

Please sign in to comment.