1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-12 18:34:54 +01:00
bitwarden-estensione-browser/.storybook/tsconfig.json
2022-07-26 14:48:11 +02:00

14 lines
334 B
JSON

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