Files
Q-Wallets/tsconfig.node.json
AlphaX-Qortal 324e028840 Update App
2025-03-02 14:29:33 +01:00

12 lines
233 B
JSON

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