metro/tsconfig.node.json
grey-cat-1908 e74d1a6127 base
2024-03-16 15:20:31 +03:00

10 lines
213 B
JSON

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