memory/frontend/tsconfig.node.json
Daniel O'Connell 3e4e5872d1 search filters
2025-06-10 12:16:54 +02:00

12 lines
252 B
JSON

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