mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:31:07 +08:00
Merge branch 'tech/bundling-router' into tech/bundling-ui
# Conflicts: # tsconfig.json
This commit is contained in:
commit
4122076d80
@ -290,7 +290,7 @@
|
||||
"trash": "^7.0.0",
|
||||
"ts-dedent": "^2.0.0",
|
||||
"ts-jest": "^26.4.4",
|
||||
"ts-node": "^9.1.0",
|
||||
"ts-node": "^10.4.0",
|
||||
"typescript": "^3.9.7",
|
||||
"wait-on": "^5.2.1",
|
||||
"web-component-analyzer": "^1.1.6",
|
||||
|
@ -8,7 +8,7 @@
|
||||
"emitDecoratorMetadata": true,
|
||||
"jsx": "react",
|
||||
"moduleResolution": "node",
|
||||
"module": "ESNext",
|
||||
"module": "CommonJS",
|
||||
"skipLibCheck": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
@ -35,5 +35,4 @@
|
||||
"module": "CommonJS"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user