We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472056a commit 1421299Copy full SHA for 1421299
packages/glossary/tsconfig.json
@@ -2,6 +2,7 @@
2
"compilerOptions": {
3
"resolveJsonModule": true,
4
"allowJs": true,
5
- "types": ["*"]
+ "noEmit": true,
6
+ "types": ["node"]
7
}
8
0 commit comments