{

    "compilerOptions": {

        "rootDir": ".",

        "outDir": "../built/local",



        "pretty": true,

        "lib": ["es2018"],

        "target": "es2018",

        "module": "CommonJS",

        "moduleResolution": "node",



        "declaration": true,

        "declarationMap": true,

        "sourceMap": true,

        "composite": true,

        "emitDeclarationOnly": true,

        "noEmitOnError": true,



        "strictNullChecks": true,

        "noImplicitAny": true,

        "noImplicitThis": true,

        "strictPropertyInitialization": true,

        "noUnusedLocals": true,

        "noUnusedParameters": true,



        "skipLibCheck": true,



        "alwaysStrict": true,

        "preserveConstEnums": true,

        "newLine": "lf",



        "types": []

    }

}