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": {
|
2022-08-10 03:30:26 +02:00
|
|
|
"types": ["node", "jest", "chrome"],
|
2022-03-08 11:50:34 +01:00
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
},
|
2022-07-26 14:48:11 +02:00
|
|
|
"exclude": ["../src/test.setup.ts", "../apps/src/**/*.spec.ts", "../libs/**/*.spec.ts"],
|
|
|
|
"files": [
|
|
|
|
"./typings.d.ts",
|
2023-05-26 15:58:06 +02:00
|
|
|
"./preview.tsx",
|
2022-07-26 14:48:11 +02:00
|
|
|
"../libs/components/src/main.ts",
|
|
|
|
"../libs/components/src/polyfills.ts"
|
|
|
|
]
|
2022-03-08 11:50:34 +01:00
|
|
|
}
|