|
@@ -102,19 +102,17 @@
|
|
|
"path": "babylonjs/Debug/skeletonViewer",
|
|
|
"namespace": "BABYLON.Debug"
|
|
|
}
|
|
|
- ],
|
|
|
- "doNotAppendNamespace": true,
|
|
|
- "prependToNamespaceText": "declare module 'babylonjs' { export = BABYLON; }"
|
|
|
+ ]
|
|
|
},
|
|
|
"packagesFiles": [
|
|
|
- "babylon.d.ts",
|
|
|
+ "babylon.module.d.ts",
|
|
|
"babylon.js",
|
|
|
"babylon.max.js",
|
|
|
"babylon.max.js.map",
|
|
|
"Oimo.js",
|
|
|
"readme.md"
|
|
|
],
|
|
|
- "typings": "babylon.d.ts",
|
|
|
+ "typings": "babylon.module.d.ts",
|
|
|
"index": "babylon.js",
|
|
|
"dependencies": [],
|
|
|
"devDependencies": []
|
|
@@ -591,7 +589,7 @@
|
|
|
"processDeclaration": {
|
|
|
"moduleName": "BabylonViewer",
|
|
|
"doNotAppendNamespace": true,
|
|
|
- "prependText": "/// <reference path=\"./babylon.d.ts\"/>\n/// <reference path=\"./babylon.glTF2Interface.d.ts\"/>\n/// <reference path=\"./babylonjs.loaders.d.ts\"/>\ndeclare module \"babylonjs-loaders\"{ export=BABYLON;}\n",
|
|
|
+ "prependText": "/// <reference path=\"./babylon.module.d.ts\"/>\n/// <reference path=\"./babylon.glTF2Interface.d.ts\"/>\n/// <reference path=\"./babylonjs.loaders.d.ts\"/>\ndeclare module \"babylonjs-loaders\"{ export=BABYLON;}\n",
|
|
|
"importsToRemove": [
|
|
|
"pep",
|
|
|
"babylonjs-loaders"
|
|
@@ -613,7 +611,7 @@
|
|
|
"filename": "babylon.viewer.js",
|
|
|
"outputDirectory": "/viewer/",
|
|
|
"addBabylonDeclaration": [
|
|
|
- "babylon.d.ts",
|
|
|
+ "babylon.module.d.ts",
|
|
|
"loaders/babylonjs.loaders.d.ts",
|
|
|
"glTF2Interface/babylon.glTF2Interface.d.ts"
|
|
|
]
|