meat/tsconfig.base.json
2026-08-24 15:54:44 +02:00

19 lines
335 B
JSON

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