Skip to content

Commit 823ee93

Browse files
committed
Include helpers inside lualib's tsconfig
1 parent fc63fc9 commit 823ee93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lualib/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"outDir": "../../dist/lualib",
44
"target": "esnext",
55
"lib": ["esnext"],
6-
"types": [],
6+
"types": ["../../helpers"],
77
"skipLibCheck": true,
88

99
"noUnusedLocals": true,

0 commit comments

Comments
 (0)