Add TS project references for inspector (#81792)

This commit is contained in:
Nathan L Smith 2020-10-28 09:01:40 -05:00 committed by GitHub
parent 2a94139d30
commit 2c1bc50ec0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 43 additions and 34 deletions

View file

@ -9,10 +9,11 @@
"public/**/*.ts",
"public/**/*.tsx",
"server/**/*.ts",
"../../typings/**/*",
"../../typings/**/*"
],
"exclude": [],
"references": [
{ "path": "../../src/core/tsconfig.json" }
{ "path": "../../src/core/tsconfig.json" },
{ "path": "../../src/plugins/inspector/tsconfig.json" }
]
}