Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jsconfig.json 264B

12345678910
  1. {
  2. // See https://go.microsoft.com/fwlink/?LinkId=759670
  3. // for the documentation about the jsconfig.json format
  4. "compilerOptions": {
  5. "target": "es6",
  6. "module": "commonjs",
  7. "allowSyntheticDefaultImports": true
  8. },
  9. "exclude": ["modules", "node_modules"]
  10. }