2022-09-29 19:10:53 +00:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "../../dist/out-tsc",
|
|
|
|
"module": "commonjs",
|
2023-11-14 14:25:29 +00:00
|
|
|
"types": [
|
|
|
|
"jest",
|
|
|
|
"node",
|
|
|
|
"@testing-library/jest-dom",
|
|
|
|
"@nx/react/typings/cssmodule.d.ts",
|
|
|
|
"@nx/react/typings/image.d.ts"
|
|
|
|
]
|
2022-09-29 19:10:53 +00:00
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"**/*.test.ts",
|
|
|
|
"**/*.spec.ts",
|
|
|
|
"**/*.test.tsx",
|
|
|
|
"**/*.spec.tsx",
|
|
|
|
"**/*.test.js",
|
|
|
|
"**/*.spec.js",
|
|
|
|
"**/*.test.jsx",
|
|
|
|
"**/*.spec.jsx",
|
|
|
|
"**/*.d.ts",
|
|
|
|
"jest.config.ts"
|
|
|
|
],
|
|
|
|
"files": [
|
2023-07-04 11:01:25 +00:00
|
|
|
"../../node_modules/@nx/react/typings/cssmodule.d.ts",
|
|
|
|
"../../node_modules/@nx/react/typings/image.d.ts"
|
2022-09-29 19:10:53 +00:00
|
|
|
]
|
|
|
|
}
|