Skip to content

Commit

Permalink
enhancement: rename tsconfig.base.json to tsconfig.json (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
madoar committed Jan 31, 2021
1 parent 0769fac commit 51cb217
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.base.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/lib",
"target": "es2015",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.spec.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.base.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"declaration": true,
Expand Down

0 comments on commit 51cb217

Please sign in to comment.