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