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.
This commit is contained in:
Greg Annandale
2026-04-13 23:04:20 +01:00
parent 593d877504
commit 50ea8768f0
@@ -4,6 +4,7 @@
"allowJs": false,
"outDir": "dist",
"baseUrl": ".",
"types": [],
"paths": {
"blockly-test/*": ["../../dist/*"]
},