Skip to content

Commit

Permalink
Disallow importing JS files when building packages
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Jan 15, 2025
1 parent f9300fd commit c1e324f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.build.base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": false,
"noEmit": false,
"declaration": true,
"declarationMap": true,
Expand Down

0 comments on commit c1e324f

Please sign in to comment.