Files
opencrm/backend/node_modules/gopd/tsconfig.json
T
Stefan Hacker 31f807fbd0 first commit
2026-01-29 01:16:54 +01:00

10 lines
116 B
JSON

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