1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/mipilin synced 2025-01-30 10:53:36 +00:00
mipilin/tsconfig.json
roxwize a2e568e751
compilation
Signed-off-by: roxwize <rae@roxwize.xyz>
2025-01-29 21:49:47 -05:00

11 lines
271 B
JSON

{
"compilerOptions": {
"lib": ["ESNext"],
"target": "ES6",
"esModuleInterop": true,
"moduleResolution": "NodeNext",
"module": "NodeNext",
"outDir": "dist/"
},
"exclude": ["node_modules/", "drizzle.config.ts"]
}