123456789101112131415 |
- {
- "extends": "../tsconfigRules",
- "compilerOptions": {
- "baseUrl": "./src/",
- "rootDir": "./src/",
- "paths": {
- "babylonjs/*": [
- "../../dist/preview release/babylon.module.d.ts"
- ],
- "babylonjs-gltf2interface": [
- "../../dist/preview release/glTF2Interface/babylon.glTF2Interface.d.ts"
- ]
- }
- }
- }
|