UNPKG

ethio-calendar-converter-angular

Version:
22 lines 535 B
{ "compilerOptions": { "target": "ES2022", "module": "commonjs", "moduleResolution": "node", "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "lib": ["ES2022", "dom"], "baseUrl": "./", "paths": { "@angular/*": ["node_modules/@angular/*"] } }, "include": ["src"], "exclude": ["node_modules", "dist"] }