Skip to content

Commit

Permalink
Include global.d.ts in CJS and ESM TS configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaseeey committed Apr 15, 2024
1 parent 2efe2e9 commit 1b4f9ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"outDir": "./dist/cjs",
"declaration": true
},
"include": ["src/**/*"]
"include": [
"global.d.ts",
"src/**/*"
]
}
1 change: 1 addition & 0 deletions tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"declaration": true
},
"include": [
"global.d.ts",
"src/**/*"
]
}

0 comments on commit 1b4f9ae

Please sign in to comment.