We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f67138 + ccd86cc commit 854f91bCopy full SHA for 854f91b
.npmignore
@@ -1,6 +1,5 @@
1
examples/*
2
!examples/js/
3
-src/
4
test/
5
utils/
6
docs/
package.json
@@ -6,6 +6,7 @@
"repository": "mrdoob/three.js",
7
"jsnext:main": "build/three.module.js",
8
"module": "build/three.module.js",
9
+ "types": "src/Three.d.ts",
10
"files": [
11
"package.json",
12
"LICENSE",
0 commit comments