mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
13 lines
306 B
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"
|
|
]
|
|
}
|