Extend the correct tsconfig.json. (#34615)

Extend the correct tsconfig.json.
This commit is contained in:
Daniel Rosenwasser 2019-10-21 11:50:14 -07:00 committed by GitHub
commit 28028eb144
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outFile": "../../built/local/tsc.release.js",
"stripInternal": true,