{ "extends": "./tsconfig.json", "compilerOptions": { "rootDir": ".", "noEmit": true, "allowJs": true }, "include": [ "src/**/*.ts", "__tests__/**/*.ts" ], "exclude": [ "lib", "node_modules" ] }