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

9 lines
189 B
JSON

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