Files
setup-kustomize/node_modules/jest-changed-files/tsconfig.json
Imran Ismail 99f65d1591 Bootstrap
2019-09-05 03:53:25 +08:00

11 lines
165 B
JSON

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