Skip to content

Commit

Permalink
task(auth): Have typescript target more files.
Browse files Browse the repository at this point in the history
Because:
- We keep getting burned by '@fxa/' requires & imports

This Commit:
- Targets js files in tsconfig
  • Loading branch information
dschom committed Feb 12, 2025
1 parent 6a3266d commit 38c3fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fxa-auth-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"include": [
"bin/*", // Include bin so that it's included in `build-ts`, specifically for "tsc-alias".
"lib/**/*.ts",
"lib/**/*.js",
"scripts/**/*.ts"
]
}

0 comments on commit 38c3fe1

Please sign in to comment.