Files

14 lines
264 B
JSON
Raw Permalink Normal View History

2025-10-25 22:04:41 +02:00
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"outDir": "dist",
"moduleResolution": "bundler",
"esModuleInterop": true,
"skipLibCheck": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"include": ["src"]
}