Clean up node_modules

This commit is contained in:
Danny McCormick 2019-07-11 16:52:31 -04:00
parent b581dd4017
commit 145e800d1f
7184 changed files with 11271 additions and 1877650 deletions

View file

@ -1,22 +0,0 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
},
"references": [
{"path": "../jest-config"},
{"path": "../jest-console"},
{"path": "../jest-docblock"},
{"path": "../jest-environment"},
{"path": "../jest-haste-map"},
{"path": "../jest-leak-detector"},
{"path": "../jest-message-util"},
{"path": "../jest-resolve"},
{"path": "../jest-runtime"},
{"path": "../jest-test-result"},
{"path": "../jest-types"},
{"path": "../jest-worker"},
{"path": "../jest-util"}
]
}