Files
Tensor-Programming 9ba61e6352 feat - Add React ReasonML and Mint examples (#59)
* add reason-react example

* add reason-react example

* remove package-lock

* add tauri and webpack commands to package-json

* remove dist folder from .gitignore

* rename folder to transpiled for other examples

* add mint starter example
2020-03-07 10:01:04 +01:00

26 lines
400 B
JSON

{
"name": "reason-tauri-example",
"reason": {
"react-jsx": 3
},
"sources": {
"dir": "src",
"subdirs": true
},
"bsc-flags": [
"-bs-super-errors",
"-bs-no-version-header"
],
"package-specs": [
{
"module": "commonjs",
"in-source": true
}
],
"suffix": ".bs.js",
"namespace": true,
"bs-dependencies": [
"reason-react"
],
"refmt": 3
}