2023-05-03 10:07:39 +00:00
|
|
|
{
|
|
|
|
"extends": "../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"outDir": ""
|
|
|
|
},
|
|
|
|
"files": [
|
2023-07-04 11:01:25 +00:00
|
|
|
"../../../node_modules/@nx/react/typings/styled-jsx.d.ts",
|
|
|
|
"../../../node_modules/@nx/react/typings/cssmodule.d.ts",
|
|
|
|
"../../../node_modules/@nx/react/typings/image.d.ts"
|
2023-05-03 10:07:39 +00:00
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"../**/*.spec.ts",
|
|
|
|
"../**/*.spec.js",
|
|
|
|
"../**/*.spec.tsx",
|
|
|
|
"../**/*.spec.jsx",
|
|
|
|
"jest.config.ts"
|
|
|
|
],
|
|
|
|
"include": ["../src/**/*", "*.js"]
|
|
|
|
}
|