desktop/tsconfig.json
Timothy Jaeryang Baek e91a8ab4a7 chore: format
2025-01-11 18:13:43 -08:00

16 lines
287 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"noImplicitAny": true,
"sourceMap": true,
"baseUrl": ".",
"outDir": "dist",
"moduleResolution": "node",
"resolveJsonModule": true
}
}