1
0
mirror of https://github.com/Qortal/qortal-mobile.git synced 2025-03-17 21:22:34 +00:00
qortal-mobile/tsconfig.node.json
2024-04-14 14:57:30 +03:00

12 lines
233 B
JSON

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