Skip to content

Commit

Permalink
fix: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Oct 10, 2024
1 parent 7e2c1cb commit de10ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"rootDir": "src",
"tsBuildInfoFile": "dist/.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"exclude": ["src/test_utils"]
"include": ["src"],
"exclude": ["src/**/*.spec.ts", "src/test_utils"]
}

0 comments on commit de10ff4

Please sign in to comment.