Files
cryptgeon/packages/shared/tsconfig.json
T
2026-07-12 11:36:01 +02:00

10 lines
178 B
JSON

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