chore: move tsconfig to project root, add ES2020/DOM libs

This commit is contained in:
Oliver Booth 2023-08-10 04:48:02 +01:00
parent e64d8b47b8
commit d11e3f616b
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +0,0 @@
{
"compilerOptions": {
"target": "es2020"
}
}

6
tsconfig.json Normal file
View File

@ -0,0 +1,6 @@
{
"compilerOptions": {
"lib": ["ES2020", "DOM"],
"target": "ES2020"
}
}