1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-06 00:48:08 +02:00
bitwarden-browser/.storybook/tsconfig.json

13 lines
306 B
JSON

{
"extends": "../tsconfig",
"compilerOptions": {
"allowSyntheticDefaultImports": true
},
"exclude": ["../src/test.setup.ts", "../apps/**/*.spec.ts", "../libs/**/*.spec.ts"],
"files": [
"./preview.tsx",
"../libs/components/src/main.ts",
"../libs/components/src/polyfills.ts"
]
}