Revision 04c2fbdc860d88156efbebda1d8818412c36e114 authored by Nathan Shively-Sanders on 30 August 2022, 17:17:26 UTC, committed by Nathan Shively-Sanders on 30 August 2022, 17:17:26 UTC
1 parent 488d0ee
Raw File
tsconfig.json
{
    "extends": "../tsconfig-library-base",
    "compilerOptions": {
        "outFile": "../../built/local/typescriptServices.out.js"
    },
    "files": [
        "typescriptServices.ts"
    ],
    "references": [
        { "path": "../compiler", "prepend": true },
        { "path": "../jsTyping", "prepend": true },
        { "path": "../services", "prepend": true },
        { "path": "../deprecatedCompat", "prepend": true }
    ]
}
back to top