shotgun/site/tsconfig.node.json
2024-01-27 21:36:41 -06:00

10 lines
185 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.mts"]
}