mirror of
https://github.com/google/blockly.git
synced 2026-04-26 07:00:23 +02:00
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:
@@ -4,6 +4,7 @@
|
||||
"allowJs": false,
|
||||
"outDir": "dist",
|
||||
"baseUrl": ".",
|
||||
"types": [],
|
||||
"paths": {
|
||||
"blockly-test/*": ["../../dist/*"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user