Skip to content

Commit

Permalink
update check-types config
Browse files Browse the repository at this point in the history
  • Loading branch information
glowcloud committed Nov 6, 2024
1 parent 7de5d0f commit 84e3804
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/apidom-core/check-types.tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "nodenext",
"moduleResolution": "nodenext",
"allowImportingTsExtensions": true
},
"include": [
"src/**/*",
"test/**/*"
Expand Down

0 comments on commit 84e3804

Please sign in to comment.