Skip to content

Commit

Permalink
tsconfig-node: include lib/**/*
Browse files Browse the repository at this point in the history
Some directories in lib/ are
omitted from compilation for
some reason. Include lib/**/*
instead of the individual
directories, just like the base
tsconfig does.
  • Loading branch information
pjonsson committed Dec 27, 2024
1 parent 29fccae commit 4f0986e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tsconfig-node.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
]
},
"include": [
"./lib/Core/**/*",
"./lib/Models/**/*",
"./lib/Map/**/*",
"./lib/ModelMixins/**/*",
"./lib/Traits/**/*",
"./lib/Language/**/*",
"./lib/ReactViews/**/*",
"./lib/ThirdParty/**/*"
"./lib/**/*"
]
}

0 comments on commit 4f0986e

Please sign in to comment.