{ "extends": "./tsconfig.json", "compilerOptions": { "allowJs": true, "noImplicitAny": false, "checkJs": true }, "include": [ "./automation/**/*", "./lib/**/*", "./patches/*", "./tests/**/*", "./typings/**/*", "gulpfile.js" ] }