tsconfig.web.json 187 B

12345678910
  1. {
  2. // extends the base
  3. "extends": "./tsconfig.json",
  4. "compilerOptions": {
  5. "outFile": "src/js/web.js"
  6. },
  7. "files": [
  8. "src/ts/interpreter_web.ts"
  9. ],
  10. }