chore: move tsconfig to project root, add ES2020/DOM libs
This commit is contained in:
parent
e64d8b47b8
commit
d11e3f616b
@ -1,5 +0,0 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2020"
|
||||
}
|
||||
}
|
6
tsconfig.json
Normal file
6
tsconfig.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["ES2020", "DOM"],
|
||||
"target": "ES2020"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user