We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3266d commit 38c3fe1Copy full SHA for 38c3fe1
1 file changed
packages/fxa-auth-server/tsconfig.json
@@ -16,6 +16,7 @@
16
"include": [
17
"bin/*", // Include bin so that it's included in `build-ts`, specifically for "tsc-alias".
18
"lib/**/*.ts",
19
+ "lib/**/*.js",
20
"scripts/**/*.ts"
21
]
22
}
0 commit comments