nx/nx-plugin/packages/rust/tsconfig.spec.json
2025-05-06 16:57:11 +00:00

20 lines
361 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out-tsc/jest",
"types": ["jest", "node"],
"forceConsistentCasingInFileNames": true
},
"include": [
"jest.config.ts",
"src/**/*.test.ts",
"src/**/*.spec.ts",
"src/**/*.d.ts"
],
"references": [
{
"path": "./tsconfig.lib.json"
}
]
}