Skip to content

Commit

Permalink
chore: remove stripInternal flag from tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerourke committed Jan 8, 2025
1 parent cea6da5 commit ae76d8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@laserware/arcade": "^3.13.0"
"@laserware/arcade": "^3.13.3"
},
"devDependencies": {
"@types/bun": "latest",
Expand All @@ -54,5 +54,9 @@
"tsup": "^8.3.5",
"typedoc": "^0.27.6",
"typescript": "^5.7.2"
}
},
"trustedDependencies": [
"@biomejs/biome",
"esbuild"
]
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"sourceMap": false,
"strict": true,
"strictNullChecks": true,
"stripInternal": true,
"target": "ESNext",
"verbatimModuleSyntax": true
},
Expand Down

0 comments on commit ae76d8a

Please sign in to comment.