Skip to content

Commit 0643032

Browse files
authored
Merge pull request #4287 from d10c/pr-4278
Update Storybook to 10 and fix lint errors
2 parents 057eafe + ad655c8 commit 0643032

File tree

19 files changed

+419
-480
lines changed

19 files changed

+419
-480
lines changed

extensions/ql-vscode/.storybook/tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "esnext",
4-
"moduleResolution": "node",
4+
"moduleResolution": "bundler",
55
"target": "es2021",
66
"outDir": "out",
77
"lib": ["ES2021", "dom"],
@@ -13,7 +13,9 @@
1313
"noImplicitReturns": true,
1414
"noFallthroughCasesInSwitch": true,
1515
"experimentalDecorators": true,
16-
"skipLibCheck": true
16+
"skipLibCheck": true,
17+
"allowImportingTsExtensions": true,
18+
"noEmit": true
1719
},
1820
"exclude": ["node_modules"]
1921
}

0 commit comments

Comments
 (0)