Revision c124d0e2604bac1a428c24b98a1dd6508d860812 authored by TypeScript Bot on 06 December 2022, 06:06:23 UTC, committed by TypeScript Bot on 06 December 2022, 06:06:23 UTC
1 parent 0eca6b0
Raw File
tsconfig.json
{
    "extends": "../tsconfig-base",
    "compilerOptions": {
    },
    "references": [
        { "path": "../compiler" },
        { "path": "../jsTyping" }
    ],
    "include": ["**/*"]
}
back to top