Skip to content

Commit

Permalink
🌈 Rename "tsconfig" package and make node resolution possible
Browse files Browse the repository at this point in the history
See for more information microsoft/TypeScript#27348
  • Loading branch information
sebald committed Feb 22, 2019
1 parent e969230 commit 2a33eb8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"tsconfig"
],
"files": [
"tsconfig.json"
]
"tsconfig.base.json"
],
"tsconfig": "./tsconfig.base.json"
}
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./packages/caboodle-tsconfig/tsconfig.base.json",
"extends": "caboodle-tsconfig",
"exclude": ["node_modules"]
}

0 comments on commit 2a33eb8

Please sign in to comment.