UNPKG

@kyungseopk1m/holidays-kr

Version:

한국천문연구원 기반 대한민국 공휴일 데이터

13 lines 270 B
{ "extends": "./tsconfig-base.json", "compilerOptions": { "module": "esnext", "outDir": "dist/mjs", "target": "esnext", "esModuleInterop": true, "skipLibCheck": true, "types": ["jest", "node"], "allowJs": true, "checkJs": false, } }