aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts/tsconfig.json
blob: b915df2a8c5cd51f23c80b981c8091dcf4b662d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
    "compilerOptions": {
        "module": "commonjs",
        "target": "es5",
        "lib": ["es2015", "dom"],
        "outDir": "lib",
        "noImplicitAny": true,
        "strictNullChecks": true
    },
    "include": ["./src/**/*"]
}