Skip to content

Commit

Permalink
Rename files so that TSConfig picked up by VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
aweebit committed Aug 13, 2023
1 parent 3d6c835 commit 1d8e95d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig.checkJs.json → jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig",
"extends": "./tsconfig.base",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test": "jest && npm run test-typings",
"test-esm": "node ./tests/esm-imports-test.mjs",
"test-typings": "tsd",
"typescript-checkJs": "tsc -p tsconfig.checkJs.json",
"typescript-checkJs": "tsc -p jsconfig.json",
"test-all": "npm run test && npm run lint && npm run typescript-checkJS && npm run test-esm"
},
"files": [
Expand Down
File renamed without changes.

0 comments on commit 1d8e95d

Please sign in to comment.