vega-frontend-monorepo/libs/deal-ticket/tsconfig.spec.json
2024-03-19 12:49:31 +01:00

23 lines
538 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node", "@testing-library/jest-dom"]
},
"files": ["../../node_modules/@nx/react/typings/cssmodule.d.ts"],
"include": [
"**/*.test.ts",
"**/*.spec.ts",
"**/*.test.tsx",
"**/*.spec.tsx",
"**/*.test.js",
"**/*.spec.js",
"**/*.test.jsx",
"**/*.spec.jsx",
"**/*.d.ts",
"jest.config.ts",
"src/components/deal-ticket/deal-ticket.spec.tsx.disabled"
]
}