Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
feat(soba): init shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Nov 24, 2021
1 parent 9eaaa8d commit ff6b141
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@
"@angular-three/soba/abstractions": [
"packages/soba/abstractions/src/index.ts"
],
"@angular-three/soba/loaders": ["packages/soba/loaders/src/index.ts"]
"@angular-three/soba/loaders": ["packages/soba/loaders/src/index.ts"],
"@angular-three/soba/shapes": ["packages/soba/shapes/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
Expand Down

0 comments on commit ff6b141

Please sign in to comment.