Skip to content

Commit

Permalink
Read properly bs-config
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Mar 24, 2023
1 parent 7f8f828 commit 02272a5
Show file tree
Hide file tree
Showing 48 changed files with 39,531 additions and 113 deletions.
12 changes: 8 additions & 4 deletions e2e/rescript-v10-JSX4/bsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "styled-ppx-demo-rescript-v10-jsx4",
"jsx": { "version": 4 },
"jsx": { "version": 4, "mode": "classic" },
"bsc-flags": [
"-bs-super-errors"
],
"sources": {
"sources": [{
"dir": "src",
"subdirs": true,
"subdirs": false,
"type": "dev"
},
}, {
"dir": "demo",
"subdirs": false,
"type": "dev"
}],
"package-specs": [
{
"module": "commonjs",
Expand Down
Loading

0 comments on commit 02272a5

Please sign in to comment.