Skip to content

Commit 38c3fe1

Browse files
committed
task(auth): Have typescript target more files.
Because: - We keep getting burned by '@fxa/' requires & imports This Commit: - Targets js files in tsconfig
1 parent 6a3266d commit 38c3fe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/fxa-auth-server/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"include": [
1717
"bin/*", // Include bin so that it's included in `build-ts`, specifically for "tsc-alias".
1818
"lib/**/*.ts",
19+
"lib/**/*.js",
1920
"scripts/**/*.ts"
2021
]
2122
}

0 commit comments

Comments
 (0)