Skip to content

Commit

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

0 comments on commit d64e053

Please sign in to comment.