Skip to content

Commit

Permalink
module: enable type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer committed Jan 7, 2025
1 parent 52c6449 commit 2dbe9b5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/internal/modules/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"declaration": true,
"emitDeclarationOnly": true,
},
"include": [
"./",
"../../../typings",
]
}

0 comments on commit 2dbe9b5

Please sign in to comment.