view tsconfig.json @ 5:8aa42fa04b17

enable more code
author drewp@bigasterisk.com
date Wed, 04 Dec 2019 00:32:24 -0800
parents a668a774b162
children daf08d794660
line wrap: on
line source

{
    "compilerOptions": {
        "module": "commonjs",
        "experimentalDecorators": true,
        "target": "es6",
        "rootDirs": [
            "node_modules",
            // "src"
        ],
        "esModuleInterop": true,
        "allowSyntheticDefaultImports": true
    },
    "files": [
        "./src/streamed-graph.ts",
        // "./src/streamed_graph_client.ts"
    ]
}