Skip to content

Commit 7309598

Browse files
committed
Add root rescript.json
1 parent 2fee062 commit 7309598

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

rescript.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "rescript",
3+
"bs-dependencies": [
4+
"@tests/gentype-react-example"
5+
]
6+
}

tests/gentype_tests/typescript-react-example/rescript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"exportInterfaces": false
1717
},
18-
"name": "sample-typescript-app",
18+
"name": "@tests/gentype-react-example",
1919
"bsc-flags": [],
2020
"jsx": { "version": 4 },
2121
"bs-dependencies": ["@rescript/react"],

0 commit comments

Comments
 (0)