Skip to content

Commit

Permalink
fix: exclude examples from file transpiling (tsc)
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Feb 29, 2024
1 parent 7eb0d01 commit 3f0f8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"ts-node": {
"require": ["tsconfig-paths/register"]
},
"include": ["src", "examples", "index.ts"],
"exclude": ["node_modules", "dist", "src/types/v3/requests/index.ts", "src/types"]
"include": ["src", "index.ts"],
"exclude": ["node_modules", "dist", "src/types", "examples"]
}

0 comments on commit 3f0f8a1

Please sign in to comment.