{ "compilerOptions": { /* Basic Options */ "module": "commonjs", "moduleResolution": "node", "esModuleInterop": true, "newLine": "LF", "outDir": "./lib/", "target": "ES2015", "sourceMap": true, "declaration": true, "jsx": "preserve", "lib": [ "esnext", "dom" ], /* Strict Type-Checking Options */ "strict": true, /* Additional Checks */ /* Report errors on unused locals. */ "noUnusedLocals": true, /* Report errors on unused parameters. */ "noUnusedParameters": true, /* Report error when not all code paths in function return a value. */ "noImplicitReturns": true, /* Report errors for fallthrough cases in switch statement. */ "noFallthroughCasesInSwitch": true, "composite": true, "noEmit": true }, "files": [], "include": [], "exclude": [], "references": [ { "path": "packages/@monorepo-utils/collect-changelog" }, { "path": "packages/@monorepo-utils/package-utils" }, { "path": "packages/@monorepo-utils/workspaces-to-typescript-project-references" } ] }