Files
gravity/AIR Monitoring/backend/node_modules/es-define-property/tsconfig.json
T
2026-09-16 23:20:08 +07:00

11 lines
138 B
JSON

{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2022",
},
"exclude": [
"coverage",
"test/list-exports"
],
}