ken_nogi/NodeJS/LINEWORKS_Pleasanter/node_modules/es-define-property/tsconfig.json
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +09:00

11 lines
138 B
JSON

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