Skip to content

Commit

Permalink
style: rename tsconfig.base.json to tsconfig.json (#143)
Browse files Browse the repository at this point in the history
J=SLAP-2389
TEST=MANUAL

ensured tests weren't included in dist/
  • Loading branch information
tatimblin authored Oct 5, 2022
1 parent 7844450 commit 1539205
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.base.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.esm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.base.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "es2017",
"module": "es6",
Expand Down
File renamed without changes.

0 comments on commit 1539205

Please sign in to comment.