Files
schafkopf-bot/Frontend/tsconfig.node.json
Valentin Heiserer 09c38c81dd Mono Repo
* moveBackend

* added Frontend

* added env support for COM port

* added frontend into monorepo
2024-04-16 22:24:11 +02:00

12 lines
233 B
JSON

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