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.

tsconfig.json 241B

123456789101112
  1. {
  2. "compilerOptions": {
  3. "target": "es2015",
  4. "module": "es2015",
  5. "moduleResolution": "node",
  6. "declaration": true,
  7. "outDir": "./es6",
  8. "lib": ["es2016", "es5"]
  9. },
  10. "include": ["src"],
  11. "exclude": ["node_modules"]
  12. }