Skip to content

Commit

Permalink
attempt to use .res.js suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbowling committed Oct 17, 2024
1 parent 3470bd3 commit 2a18e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ lib/bs
.merlin
.bsb.lock
*.bs.js
*.res.js
node_modules
.idea
2 changes: 1 addition & 1 deletion bsconfig.json → rescript.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"package-specs": {
"module": "commonjs"
},
"suffix": ".bs.js",
"suffix": ".res.js",
"bs-dependencies": [
"rescript-webapi",
"@rescript/core"
Expand Down

0 comments on commit 2a18e8f

Please sign in to comment.