summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/examples/wasm-demo/tsconfig.json
blob: dce69a23bd750c7a9df0c8fd9cc4c670bf1c2c29 (plain)
1
2
3
4
5
6
7
8
9
{
    "compilerOptions": {
        "outDir": "./dist/",
        "sourceMap": true,
        "module": "es2020",
        "target": "es2020",
        "moduleResolution": "node"
    },
}