Skip to content

Commit

Permalink
ov-components: Added node types into tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Sep 23, 2024
1 parent d37f094 commit 8d99c37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"declarationMap": true,
"inlineSources": true,
"resolveJsonModule": true,
"types": [],
"types": ["node"],
"allowSyntheticDefaultImports": true
},
"exclude": ["node_modules", "src/test.ts", "**/*.spec.ts", "**/*.mock.ts"]
Expand Down

0 comments on commit 8d99c37

Please sign in to comment.