Skip to content

Commit

Permalink
fixup! */pkg.json: add watch cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Feb 7, 2024
1 parent 762096f commit 106c635
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cli/tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"include": ["src"]
"exclude": []
}
3 changes: 2 additions & 1 deletion cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"baseUrl": "src",
"outDir": "dist",
},
"include": ["src"]
"include": ["src"],
"exclude": ["**/*.spec.ts"]
}
4 changes: 2 additions & 2 deletions discojs/discojs-core/tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../tsconfig.base.json",
"include": ["src"],
"extends": "./tsconfig.json",
"exclude": []
}
2 changes: 1 addition & 1 deletion discojs/discojs-node/tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"include": ["src"],
"exclude": []
}
2 changes: 1 addition & 1 deletion discojs/discojs-web/tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"include": ["src"],
"exclude": []
}
1 change: 0 additions & 1 deletion docs/node_example/tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"extends": "../tsconfig.json",
"include": ["*.ts"],
"exclude": []
}
2 changes: 1 addition & 1 deletion docs/node_example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"typeRoots": ["node_modules/@types", "discojs-core/types"]
},
"include": ["*.ts"],
"exclude": ["node_modules"]
"exclude": ["**/*.spec.ts"]
}

0 comments on commit 106c635

Please sign in to comment.