Monopoly / monopoly-admin /tsconfig.node.json
Haruka041
chore: reset repository history with clean initial import
5b324f1
raw
history blame contribute delete
184 Bytes
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}