Skip to content

Commit

Permalink
chore(πŸ’„): minor tsconfig improvement (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Feb 4, 2025
1 parent eca9b22 commit bfe85d1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions apps/example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@
"react-native-wgpu": ["../../packages/webgpu/src/index"],
"three": ["../../node_modules/@types/three/src/Three.WebGPU.d.ts"],
"three/tsl": ["../../node_modules/@types/three/src/Three.TSL.d.ts"],
"three/addons/loaders/GLTFLoader": ["../../node_modules/@types/three/examples/jsm/loaders/GLTFLoader.d.ts"],
"three/addons/loaders/RGBELoader": ["../../node_modules/@types/three/examples/jsm/loaders/RGBELoader.d.ts"],
"three/addons/loaders/DRACOLoader": ["../../node_modules/@types/three/examples/jsm/loaders/DRACOLoader.d.ts"],
"three/addons/tsl/display/BloomNode": ["../../node_modules/@types/three/examples/jsm/tsl/display/BloomNode.d.ts"],
"three/addons/*": ["../../node_modules/@types/three/examples/jsm/*"]
},
"types": ["@webgpu/types", "@types/node"],
},
"exclude": [
"**/Pods/**"
]
}
}

0 comments on commit bfe85d1

Please sign in to comment.