fix(docs): use correct tsconfig file (#5771)

This commit is contained in:
Sergey Andrievskiy 2020-09-18 13:48:46 +03:00 committed by GitHub
parent 078bb259fc
commit e1d2e96684
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"baseUrl": "."