Skip to content

Commit e96bc72

Browse files
fix: Add "types" option to compilerOptions in tsconfig.json
1 parent 21c52f8 commit e96bc72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"esModuleInterop": true,
1212
"removeComments": true,
1313
"importHelpers": true,
14-
"moduleResolution": "node"
14+
"moduleResolution": "node",
15+
"types": []
1516
// No outDir, module, declaration, etc.
1617
},
1718
"include": ["src/**/*"],

0 commit comments

Comments
 (0)