aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen-wrappers/tsconfig.json
blob: 5c376136e560a668f41b7aaca736019ddec1d320 (plain) (blame)
1
2
3
4
5
6
7
8
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": "."
    },
    "include": ["./src/**/*", "./wrappers/**/*"]
}