Files
PSG-Conduit/tsconfig.node.json
Bailey 3b04cc77cb
Some checks failed
Release / build-windows (push) Has been cancelled
feat: v0.2.0 — real branding, desktop shortcut, WiX installer images
2026-05-27 10:42:26 +08:00

15 lines
311 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"composite": true,
"emitDeclarationOnly": true,
"strict": true
},
"include": ["vite.config.ts"]
}