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 299B

5 년 전
1234567891011121314151617
  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "outDir": "bin-debug",
  5. "experimentalDecorators": true,
  6. "lib": [
  7. "es5",
  8. "dom",
  9. "es2015.promise"
  10. ],
  11. "types": []
  12. },
  13. "include": [
  14. "src",
  15. "libs"
  16. ]
  17. }