meat/tsconfig.base.json
2026-08-04 10:30:39 +02:00

16 lines
294 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"lib": [
"esnext"
],
"types": [],
"moduleResolution": "bundler",
"esModuleInterop": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"strict": true,
"outDir": "out"
}
}