Skip to content

Commit

Permalink
Remove allowJs setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Nov 7, 2024
1 parent 930076f commit 9e8229f
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 28 deletions.
74 changes: 49 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@github/local-action": "^2.1.3",
"@github/local-action": "^2.2.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
Expand All @@ -70,7 +70,6 @@
"rollup": "^4.24.3",
"ts-jest": "^29.2.5",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}
1 change: 0 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"declarationMap": false,
Expand Down

0 comments on commit 9e8229f

Please sign in to comment.