nerdware/tsconfig.json
2026-06-07 18:45:52 +02:00

9 lines
159 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"skipLibCheck": true,
"strict": true
}
}