Skip to content

Commit

Permalink
test: run tsc on SDK fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Nov 8, 2023
1 parent 2aa1a45 commit f993dfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/test-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"lib": ["DOM", "ES2023"],
"noEmit": true
"noEmit": true,
"resolveJsonModule": true
},
"include": ["./**/*"],
"exclude": ["./sdks/**/*"]
"include": ["./**/*"]
}

0 comments on commit f993dfe

Please sign in to comment.