{ "extends": "./tsconfig.json", "compilerOptions": { "noEmit": true, "skipLibCheck": true }, "include": [ "src/**/*", "tests/**/*" ], "exclude": [ "node_modules", "bin", "dist" ] }