Skip to content

Commit

Permalink
Fix the TypeScript incompatibility test
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
thgreasi committed Jul 8, 2024
1 parent 9de0ded commit 0932c32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig.json",
"include": [
"typings/**/*.d.ts"
"typings/*.d.ts",
"es2018/**/*"
]
}

0 comments on commit 0932c32

Please sign in to comment.