Files
dees-catalog-geo/tsconfig.json

14 lines
248 B
JSON
Raw Normal View History

2026-02-05 12:03:22 +00:00
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true
},
"exclude": [
"dist_*/**/*.d.ts"
]
}