You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TS config file to use to compile <project name>/src/**/*.ts files in CI.
{
"extends": "./tsconfig.json",
"exclude": [
// Otherwise tsc will produce error:
// node_modules/@ava/get-port/dist/source/index.d.ts:1:23 - error TS1452: 'resolution-mode' assertions are only supported when `moduleResolution` is `node16` or `nodenext`.