mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-04 09:01:01 +01:00
15 lines
373 B
JSON
15 lines
373 B
JSON
{
|
|
"extends": "../tsconfig",
|
|
"compilerOptions": {
|
|
"types": ["node", "jest", "chrome"],
|
|
"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"
|
|
]
|
|
}
|