Skip to content

Commit 1421299

Browse files
Fix up glossary scripts. (#3518)
1 parent 472056a commit 1421299

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/glossary/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"resolveJsonModule": true,
44
"allowJs": true,
5-
"types": ["*"]
5+
"noEmit": true,
6+
"types": ["node"]
67
}
78
}

0 commit comments

Comments
 (0)