mirror of
https://github.com/acamarata/dayjs-hijri-plus.git
synced 2026-06-30 18:54:26 +00:00
11 lines
255 B
JSON
11 lines
255 B
JSON
{
|
|
"extends": "@acamarata/tsconfig/tsconfig.library.json",
|
|
"compilerOptions": {
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"esModuleInterop": true,
|
|
"rootDir": "src",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src"]
|
|
}
|