ZXW 7 лет назад
Родитель
Сommit
7a28461619
2 измененных файлов с 28 добавлено и 0 удалено
  1. 20 0
      tsconfig.json
  2. 8 0
      typings.json

+ 20 - 0
tsconfig.json

@@ -0,0 +1,20 @@
+{
+  "compilerOptions": {
+    "module": "amd",
+    "sourceMap": true,
+    "target": "es5",
+    "noImplicitAny": false,
+    "removeComments": true,
+    "preserveConstEnums": true,
+    "outDir": "./dist"
+  },
+  "include": [
+    "typings/**/*",
+    "src/**/*.ts"
+  ],
+  "exclude": [
+    "bower_components",
+    "node_modules",
+    "temp"
+  ]
+}

+ 8 - 0
typings.json

@@ -0,0 +1,8 @@
+{
+  "globalDependencies": {
+    "arcgis-js-api": "github:Esri/jsapi-resources/3.x/typescript/arcgis-js-api.d.ts#64abeb4",
+    "dojo": "registry:dt/dojo#1.9.0+20160907111543",
+    "jquery": "registry:dt/jquery#1.10.0+20160908203239",
+    "lodash": "registry:dt/lodash#4.14.0+20160919145112"
+  }
+}