This website requires JavaScript.
Explore
Help
Sign In
oliverbooth
/
oliverbooth.dev
Watch
1
Star
0
Fork
0
You've already forked oliverbooth.dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Activity
350247806d
oliverbooth.dev
/
tsconfig.json
6 lines
86 B
JSON
Raw
Normal View
History
Unescape
Escape
chore: move tsconfig to project root, add ES2020/DOM libs
2023-08-10 04:48:02 +01:00
{
"compilerOptions"
:
{
chore: target ES2023
2023-08-10 15:12:18 +01:00
"lib"
:
[
"ES2023"
,
"DOM"
]
,
"target"
:
"ES2023"
chore: move tsconfig to project root, add ES2020/DOM libs
2023-08-10 04:48:02 +01:00
}
}
Reference in New Issue
Copy Permalink