revert solution-style typescript configs (#2184)

* revert solution-style configs

* upgrade libs
This commit is contained in:
Denys Vuika
2021-06-21 09:15:06 +01:00
committed by GitHub
parent a7ae175d8f
commit d99c3f1258
20 changed files with 169 additions and 133 deletions

View File

@@ -1,6 +1,6 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"target": "es2015",

View File

@@ -1,6 +1,6 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/spec",
"types": [