tsconfig.json 361 B

123456789101112131415
  1. {
  2. "extends": "../tsconfigRules",
  3. "compilerOptions": {
  4. "baseUrl": "./src/",
  5. "rootDir": "./src/",
  6. "paths": {
  7. "babylonjs/*": [
  8. "../../dist/preview release/babylon.module.d.ts"
  9. ],
  10. "babylonjs-gltf2interface": [
  11. "../../dist/preview release/glTF2Interface/babylon.glTF2Interface.d.ts"
  12. ]
  13. }
  14. }
  15. }