Skip to content

Commit 581fb52

Browse files
committed
fix: json files can't contain comments
1 parent d656050 commit 581fb52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lualib-lua50/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"outDir": "../../dist/lualib-lua50",
44
"target": "esnext",
55
"lib": ["esnext"],
6-
// Counterintuitively, we do not build with the 5.0 types as they are incompatible with
7-
// branches written for the universal target. For now, the 5.4 types work for both targets.
86
"types": ["lua-types/5.4"],
97
"skipLibCheck": true,
108

0 commit comments

Comments
 (0)