aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/tsconfig.json
blob: c6ffbb99b995ffa16b41c539b428499333fc193f (plain) (blame)
1
2
3
4
5
6
7
8
9
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": ".",
        "strictFunctionTypes": false
    },
    "include": ["./src/**/*", "./test/**/*"]
}