{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ ".meta-updater/**/*.ts", "**/src/**/*.ts", "**/test/**/*.ts", "typings/**/*.d.ts" ] }