Skip to content

Commit

Permalink
tester
Browse files Browse the repository at this point in the history
  • Loading branch information
AAswordman committed Nov 22, 2024
1 parent 2582ffa commit 1a6eaa2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions src/TPOW/WPB/scripts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"target": "ES6",
"outDir": "out",
"lib": [
"ES6", "DOM","ES2020"
"ES6",
"DOM",
"ES2020"
],
"sourceMap": true,
//"rootDir": "ExcellentMInecraftscripts/src",
Expand Down Expand Up @@ -37,6 +39,7 @@
"node_modules"
],
"include": [
"ExcellentMInecraftscripts/src"
, "ExcellentMInecraftscripts/src/test" ]
"ExcellentMInecraftscripts/src",
"ExcellentMInecraftscripts/src/test"
]
}

0 comments on commit 1a6eaa2

Please sign in to comment.