Skip to content

Commit

Permalink
public dir paths
Browse files Browse the repository at this point in the history
  • Loading branch information
GamerCleanVic committed Apr 29, 2024
1 parent d64e053 commit 8253627
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"target": "ES2019",
"module": "CommonJS",
"outDir": "dist",
"outDir": "public",
"sourceMap": false,
"declaration": true,
"noImplicitAny": true,
Expand All @@ -23,7 +23,8 @@
]
},
"include": [
"src/**/*.ts"
"src/**/*.ts",
"public/*"
],
"exclude": [
"errors",
Expand Down

0 comments on commit 8253627

Please sign in to comment.