bitwarden-estensione-browser/.storybook/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
373 B
JSON
Raw Normal View History

2022-03-08 11:50:34 +01:00
{
2022-06-16 20:41:22 +02:00
"extends": "../tsconfig",
2022-03-08 11:50:34 +01:00
"compilerOptions": {
"types": ["node", "jest", "chrome"],
2022-03-08 11:50:34 +01:00
"allowSyntheticDefaultImports": true
},
"exclude": ["../src/test.setup.ts", "../apps/src/**/*.spec.ts", "../libs/**/*.spec.ts"],
"files": [
"./typings.d.ts",
"./preview.tsx",
"../libs/components/src/main.ts",
"../libs/components/src/polyfills.ts"
]
2022-03-08 11:50:34 +01:00
}