Files
prism/tsconfig.node.json
T
2026-03-21 01:08:26 -04:00

12 lines
242 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["electron-vite.config.ts"]
}