Skip to content

Commit 50ea876

Browse files
committed
chore(docs): isolate type_definitions from docs related types
Prevents auto loading of @types packages by TypeScript test config. This avoids docs @types/mdx leaking into Blockly’s type_definitions check.
1 parent 593d877 commit 50ea876

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/blockly/tests/typescript/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"allowJs": false,
55
"outDir": "dist",
66
"baseUrl": ".",
7+
"types": [],
78
"paths": {
89
"blockly-test/*": ["../../dist/*"]
910
},

0 commit comments

Comments
 (0)