Skip to content

Commit

Permalink
chore(web): re-enable allowJs for sourcemap-root
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdurdin committed Jun 6, 2024
1 parent 3f3e3f9 commit 3f6ae0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/src/tools/building/sourcemap-root/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"outDir": "../../../../build/tools/building/sourcemap-root",
"tsBuildInfoFile": "../../../../build/tools/building/sourcemap-root/tsconfig.tsbuildinfo",
"baseUrl": "./",
"rootDir": "./"
"rootDir": "./",

// override for now, see #11716
"allowJs": false
}
}

0 comments on commit 3f6ae0a

Please sign in to comment.