fix(docs): use correct tsconfig file

This commit is contained in:
Sergey Andrievskiy 2020-09-18 13:47:03 +03:00
parent 078bb259fc
commit 2192da7fc1

View file

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