Files
railtrack-pro/node_modules/@jest/snapshot-utils/tsconfig.json
T

11 lines
246 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
},
"include": ["./src/**/*"],
"exclude": ["./**/__mocks__/**/*", "./**/__tests__/**/*"],
"references": [{"path": "../jest-types"}]
}