/** Root tsconfig file for checking Angular packages with tsec. */ { "extends": "./tsconfig-build.json", "compilerOptions": { "noEmit": true, "lib": ["es2020", "dom", "dom.iterable"], "plugins": [{"name": "tsec", "exemptionConfig": "./tsec-exemption.json"}] } }