Skip to content

Commit

Permalink
🚨 ci: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Sep 6, 2023
1 parent a461696 commit e1d8516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"compilerOptions": {
"noEmit": true
},
"exclude": ["example"],
"exclude": ["example", "client.ts"],
"extends": "./tsconfig.json"
}

0 comments on commit e1d8516

Please sign in to comment.