gloo 0.12.0

A modular toolkit for Rust and WebAssembly
1
2
3
4
5
6
7
8
9
{
    "extends": "@tsconfig/docusaurus/tsconfig.json",
    "include": [
        "src/"
    ],
    "compilerOptions": {
        "jsx": "react"
    }
}