Files
refocus.dev/packages/app/tsconfig.node.json
Morten Olsen bc0d501d98 init
2023-06-16 11:17:09 +02:00

11 lines
213 B
JSON

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