{ "extends": "./node_modules/ng-packagr/lib/ts/conf/tsconfig.ngc.json", "compilerOptions": { "moduleResolution": "bundler", "allowJs": true, "moduleDetection": "force", "module": "ESNext" }, "angularCompilerOptions": { "enableI18nLegacyMessageIdFormat": false, "strictInjectionParameters": true, "strictInputAccessModifiers": true }, "include": ["src/**/*.ts", ".eslintrc.cjs"] }