ken_nogi/NodeJS/postfixConsole/node_modules/es-define-property/tsconfig.json
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

11 lines
138 B
JSON

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