intern-Assignment/Node-Assignments/formPrac/node_modules/es-define-property/tsconfig.json

11 lines
138 B
JSON
Raw Permalink Normal View History

2025-01-31 09:50:39 +00:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2022",
},
"exclude": [
"coverage",
"test/list-exports"
],
}