Skip to content

Commit 36ed7be

Browse files
tools: enable type checking within the internal/modules directory
1 parent 52c6449 commit 36ed7be

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lib/internal/modules/tsconfig.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"compilerOptions": {
3+
"allowJs": true,
4+
"checkJs": true,
5+
"declaration": true,
6+
"emitDeclarationOnly": true,
7+
},
8+
"include": [
9+
"./",
10+
"../../../typings",
11+
]
12+
}

0 commit comments

Comments
 (0)