Skip to content

Commit

Permalink
不知道怎么处理这几个东西的关系
Browse files Browse the repository at this point in the history
webpack tsc
  • Loading branch information
xBoyMinemc committed Nov 5, 2024
1 parent 0463c28 commit 551dd60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"scripts": {
"dev": "cd . && tsc -w",
"dev": "cd . && tsc -w -outDir ./scripts/",
"webpackTest" : "cd . && tsc && webpack",
"build": "cd . && tsc && webpack && node packer.js"
},
"dependencies": {
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"include": [
"./tscripts/**/*",
"tscripts/lib/PureEval.es.curry.min.ts"
"./tscripts/**/*"
],
// "exclude": ["./tscripts/xTerrain/main.js"],
"compilerOptions": {
Expand Down

0 comments on commit 551dd60

Please sign in to comment.