Files
nrwl--nx/e2e/react/tsconfig.spec.json
2026-07-13 12:38:36 +08:00

22 lines
390 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "out-tsc/spec",
"types": ["jest", "node"]
},
"exclude": ["out-tsc"],
"include": [
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"src/**/*.ts",
"**/*.d.ts",
"jest.config.ts"
]
}