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