diff options
author | 2023-09-14 11:27:49 +0900 | |
---|---|---|
committer | 2023-09-13 19:27:49 -0700 | |
commit | cb52556bd1669d0b23e705d82284b673f8f1cd4c (patch) | |
tree | defcfc643ba057abcfda1fe5c75ec3f708aac6fa /docs/api/node-api.md | |
parent | 03d9bcd440bd74cf21f4ac9ec1919ad074077231 (diff) | |
download | bun-cb52556bd1669d0b23e705d82284b673f8f1cd4c.tar.gz bun-cb52556bd1669d0b23e705d82284b673f8f1cd4c.tar.zst bun-cb52556bd1669d0b23e705d82284b673f8f1cd4c.zip |
fix(doc): Add "compilerOptions" to bun-types README.md (#5325)
Reading the documentation on bun-types it was not clear to me that the tsconfig.ts needs to look like this:
```
{
"compilerOptions": {
"types": ["bun-types"]
}
}
```
So i added the "compilerOptions" information.
Diffstat (limited to 'docs/api/node-api.md')
0 files changed, 0 insertions, 0 deletions