nyvora.app/server/tsconfig.json
2025-03-17 23:32:14 -06:00

11 lines
238 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"noEmit": false,
"esModuleInterop": true,
"skipLibCheck": true,
"paths": {}
}
}