Procedurally generated train network simulation http://transport.hallada.net

tsconfig.json 222B

123456789101112131415
  1. {
  2. "compilerOptions": {
  3. "outDir": "./dist/",
  4. "sourceMap": true,
  5. "noImplicitAny": true,
  6. "module": "es6",
  7. "target": "es6",
  8. "jsx": "react",
  9. "allowJs": true
  10. },
  11. "include": [
  12. "typings"
  13. ]
  14. }