{
    "extends": "./tsconfig.json",
    "compilerOptions": {
        "allowJs": true
    },
    "include": ["./scripts/*", "./src/**/*", "./tests/**/*", "./gulpfile.js"]
}