Skip to content

Commit

Permalink
style: rename tsconfig.base.json to tsconfig.json (#164)
Browse files Browse the repository at this point in the history
J=SLAP-2356
TEST=eslint
  • Loading branch information
tatimblin committed Oct 5, 2022
1 parent 043d5e8 commit 97b7dc1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions tests/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../tsconfig.json",
"include": [
"."
]
}
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": {
"module": "commonjs",
"outDir": "lib/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": {
"module": "esnext",
"outDir": "lib/esm",
Expand Down
File renamed without changes.

0 comments on commit 97b7dc1

Please sign in to comment.