Files
JiboViteDocs/node_modules/dunder-proto/tsconfig.json

10 lines
116 B
JSON
Raw Normal View History

2026-05-03 12:12:57 -04:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ES2021",
},
"exclude": [
"coverage",
],
}