-
Ryan Laurie authored
* ci: Automatically add milestones to prs and issues (#44357) * automatically add milestones to prs and issues * test code * test code * test commit (#3138) * test commit (#43320) * test commit (#44357) * remove test code * add newlines * prefer older version milestones # Conflicts: # .github/workflows/check-milestone.yml # release/src/index.ts # release/src/linked-issues.ts # release/src/linked-issues.unit.spec.ts * type fix * backport another function
Ryan Laurie authored* ci: Automatically add milestones to prs and issues (#44357) * automatically add milestones to prs and issues * test code * test code * test commit (#3138) * test commit (#43320) * test commit (#44357) * remove test code * add newlines * prefer older version milestones # Conflicts: # .github/workflows/check-milestone.yml # release/src/index.ts # release/src/linked-issues.ts # release/src/linked-issues.unit.spec.ts * type fix * backport another function
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
tsconfig.json 416 B
{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "bundler",
"isolatedModules": true,
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"lib": ["dom", "dom.iterable", "esnext"],
"outDir": "./dist",
"target": "esnext"
},
"include": ["src/**/*.ts", "src/index.mts"]
}