Prosento_RepEx / frontend /tsconfig.node.json
ChristopherJKoen's picture
Init
73b6f92
raw
history blame contribute delete
184 Bytes
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}