view tsconfig.json @ 13:b9f451791f3a

refactor and update jsonldquads. WIP
author drewp@localhost
date Fri, 06 Dec 2019 20:33:36 -0800
parents 091a03abd6cb
children 7ca4ff2088c3 94629c39681c
line wrap: on
line source

{
    "compilerOptions": {
        "allowSyntheticDefaultImports": true,
        "baseUrl": "./",
        "declaration": true,
        "emitDecoratorMetadata": true,
        "esModuleInterop": true,
        "experimentalDecorators": true,
        "lib": ["es6", "dom"],
        "module": "commonjs",
        "moduleResolution": "node",
        "resolveJsonModule": true,
        "rootDirs": ["node_modules"],
        "target": "es6",
        // "importHelpers": true,
        // "removeComments": true,
        // "rootDir": ".",
        // "sourceMap": true,
        // "types": ["node"],
        // // "outDir": "../../dist/server-root",
    }
}