Skip to content

Commit

Permalink
Exclude .d.ts from tsc compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Aug 14, 2024
1 parent c0c7cd9 commit 6749ee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"outDir": "../lib",
// "sourceMap": true,
"declaration": true,
}
},
"exclude": ["./**.d.ts"]
}

0 comments on commit 6749ee8

Please sign in to comment.