Files
aza/APP/nexus-remote/node_modules/dunder-proto/tsconfig.json

10 lines
116 B
JSON
Raw Normal View History

2026-03-25 14:14:07 +01:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ES2021",
},
"exclude": [
"coverage",
],
}