aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-spec/tsconfig.json
blob: 785ed914dd8b347985fc5cbb8948d30c155319c5 (plain) (blame)
1
2
3
4
5
6
7
8
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": "."
    },
    "include": ["./src/**/*", "./test/*", "./build_scripts/*", "./md/*"]
}