b3014bb98a
Co-authored-by: Edd <edd@vega.xyz>
34 lines
732 B
JSON
34 lines
732 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"module": "commonjs",
|
|
"types": [
|
|
"jest",
|
|
"node",
|
|
"@testing-library/jest-dom",
|
|
"@nx/react/typings/cssmodule.d.ts",
|
|
"@nx/react/typings/image.d.ts"
|
|
],
|
|
"jsx": "react",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"jest.config.ts",
|
|
"**/*.test.ts",
|
|
"**/*.spec.ts",
|
|
"**/*.test.tsx",
|
|
"**/*.spec.tsx",
|
|
"**/*.test.js",
|
|
"**/*.spec.js",
|
|
"**/*.test.jsx",
|
|
"**/*.spec.jsx",
|
|
"**/*.d.ts"
|
|
],
|
|
"files": [
|
|
"../../node_modules/@nx/react/typings/cssmodule.d.ts",
|
|
"../../node_modules/@nx/react/typings/image.d.ts"
|
|
]
|
|
}
|