browser-vault-gui/tsconfig.node.json
2025-10-20 18:45:52 +02:00

12 lines
214 B
JSON

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