shotgun/site/tsconfig.node.json

10 lines
185 B
JSON
Raw Permalink Normal View History

2024-01-27 21:36:41 -06:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.mts"]
}