ethio-calendar-converter-angular
Version:
Ethiopian Calendar Converter for Angular applications
22 lines • 535 B
JSON
{
"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"]
}