Skip to content

Commit ae76d8a

Browse files
committed
chore: remove stripInternal flag from tsconfig.json
1 parent cea6da5 commit ae76d8a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

bun.lockb

65 Bytes
Binary file not shown.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"typecheck": "tsc --noEmit"
4646
},
4747
"dependencies": {
48-
"@laserware/arcade": "^3.13.0"
48+
"@laserware/arcade": "^3.13.3"
4949
},
5050
"devDependencies": {
5151
"@types/bun": "latest",
@@ -54,5 +54,9 @@
5454
"tsup": "^8.3.5",
5555
"typedoc": "^0.27.6",
5656
"typescript": "^5.7.2"
57-
}
57+
},
58+
"trustedDependencies": [
59+
"@biomejs/biome",
60+
"esbuild"
61+
]
5862
}

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"sourceMap": false,
1616
"strict": true,
1717
"strictNullChecks": true,
18-
"stripInternal": true,
1918
"target": "ESNext",
2019
"verbatimModuleSyntax": true
2120
},

0 commit comments

Comments
 (0)