Browse Source

Merge pull request #348 from AtomicGameEngine/JME-ATOMIC-UPDATE-TYPESCRIPT

Update TypeScript compiler to 1.6.2
JoshEngebretson 10 years ago
parent
commit
48ed8c56f6
3 changed files with 774 additions and 270 deletions
  1. 463 87
      Build/TypeScript/lib.d.ts
  2. 310 183
      Build/TypeScript/tsc.js
  3. 1 0
      Script/tsconfig.json

File diff suppressed because it is too large
+ 463 - 87
Build/TypeScript/lib.d.ts


File diff suppressed because it is too large
+ 310 - 183
Build/TypeScript/tsc.js


+ 1 - 0
Script/tsconfig.json

@@ -7,6 +7,7 @@
         "removeComments": true,
         "noLib": false,
         "outDir": "../Resources/EditorData/AtomicEditor/EditorScripts",
+        "moduleResolution": "classic",
         "sourceMap": true
     },
     "filesGlob": [

Some files were not shown because too many files changed in this diff