We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0707f commit 5611979Copy full SHA for 5611979
1 file changed
demo/tsconfig.json
@@ -0,0 +1,8 @@
1
+{
2
+ "extends": "../tsconfig.json",
3
+ "compilerOptions": {
4
+ "paths": {
5
+ "sparse-octree": ["../src/index.js"]
6
+ }
7
8
+}
0 commit comments