aspnetcore/clients/ts/tsconfig.jest.json

10 lines
152 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "commonjs"
},
"include": [
"./*/tests/**/*"
]
}