Update types (#1581)

* Fix TS types, improve child_process types

* Add prettier

* Add ArrayBuffer types

* Add namespace Bun, improve types for SharedArrayBuffer, add toStrictEqual

* Improve types, add test files for types

* Update type tests

* Fix typo

* Add stdio

* Stdio types

* Use latest setup-bun

* Update action

* Update action

* Update action

Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu>
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
This commit is contained in:
Colin McDonnell
2022-12-06 18:48:02 -08:00
committed by GitHub
parent 84b2cc1739
commit 5ea8fe8c90
24 changed files with 237 additions and 84 deletions

View File

@@ -4,11 +4,12 @@
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"noEmit": true,
"skipLibCheck": true,
// "skipLibCheck": true,
"allowJs": true
},
"include": [
"."
".",
"**/*.d.ts"
],
"exclude": [
"src/test",