Files
WaifuBoard/desktop/tsconfig.json
itsskaiya 28ff6ccc68 Organized the differences between server and docker versions.
We are launching a docker version (server version) today so we want to just organize the repo
so its easier to navigate.
2025-12-16 21:50:22 -05:00

16 lines
307 B
JSON

{
"compilerOptions": {
"target": "ES2023",
"module": "CommonJS",
"allowJs": true,
"checkJs": false,
"strict": true,
"outDir": "electron",
"rootDir": "src",
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}