node-jest/packages/jest-source-map/tsconfig.json

10 lines
178 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
},
"include": ["./src/**/*"],
"exclude": ["./**/__tests__/**/*"]
}