add tsconfig

This commit is contained in:
Ryan Cao 2022-05-21 21:09:56 +08:00
parent ef5ab8ad77
commit 5d2303e1cb
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F

7
tsconfig.json Normal file
View file

@ -0,0 +1,7 @@
{
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"target": "ES5"
}
}