Skip to content

Commit

Permalink
fix(tsconfig): add allowJs to compilerOptions (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Sep 24, 2024
1 parent 3c77a3f commit 1bbadc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/brown-peas-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@bfra.me/tsconfig": patch
---

Add `allowJs` to `compilerOptions`

1 change: 1 addition & 0 deletions packages/tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://github.com/SchemaStore/schemastore/raw/master/src/schemas/json/tsconfig.json",
"display": "@bfra.me/tsconfig",
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
Expand Down

0 comments on commit 1bbadc2

Please sign in to comment.