{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "lib", "skipLibCheck": true, }, "include": ["src/**/*"], "exclude": ["node_modules", "lib"] }