{ "extends": "./tsconfig.json", "compilerOptions": { "allowJs": true, "checkJs": true }, "include": [ "./automation/**/*", "./src/**/*", "./patches/*", "./tests/**/*", "./typings/**/*" ] }