2022-09-15 15:37:02 +00:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "../../dist/out-tsc",
|
2023-11-14 14:25:29 +00:00
|
|
|
"types": [
|
|
|
|
"node",
|
|
|
|
"@nx/react/typings/cssmodule.d.ts",
|
|
|
|
"@nx/react/typings/image.d.ts"
|
|
|
|
]
|
2022-09-15 15:37:02 +00:00
|
|
|
},
|
|
|
|
"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-15 15:37:02 +00:00
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"jest.config.ts",
|
|
|
|
"**/*.spec.ts",
|
|
|
|
"**/*.test.ts",
|
|
|
|
"**/*.spec.tsx",
|
|
|
|
"**/*.test.tsx",
|
|
|
|
"**/*.spec.js",
|
|
|
|
"**/*.test.js",
|
|
|
|
"**/*.spec.jsx",
|
|
|
|
"**/*.test.jsx"
|
|
|
|
],
|
|
|
|
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
|
|
|
|
}
|