CampfireAuth/node_modules/dunder-proto/tsconfig.json
2025-03-19 21:59:49 +05:00

10 lines
116 B
JSON

{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ES2021",
},
"exclude": [
"coverage",
],
}