Files
Mungai Njoroge 4239c5f331 Switch repos (#8)
* remove server code and replace it with client code

* downgrade yarn from 3.1.1 -> 1.22.19
2023-01-13 20:05:08 +03:00

10 lines
184 B
JSON

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