Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
#22 Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
blwatkins committed Dec 30, 2023
1 parent 2492ab8 commit 4138919
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"compilerOptions": {
/* Language and Environment */
"target": "es6",
"paths": {
"color": ["./src/common/color"],
"color/factory": ["./src/common/color/factory"],
"p5-lib": ["./src/common/p5"],
"random": ["./src/common/random"],
"range": ["./src/common/range"]
},

/* Modules */
"module": "es6",
Expand Down

0 comments on commit 4138919

Please sign in to comment.