database-petani-mobile/node_modules/is-boolean-object/tsconfig.json
2026-02-23 16:39:35 +07:00

10 lines
114 B
JSON

{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ES2021",
},
"exclude": [
"coverage"
]
}