view tsconfig.json @ 4:a668a774b162

back up, slowly turn on code again until ts breaks
author drewp@bigasterisk.com
date Wed, 04 Dec 2019 00:23:28 -0800
parents a7ba8627a7b6
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"
    ]
}