Skip to content

Commit

Permalink
chore: add tsconfig.json (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaodahong authored Dec 22, 2020
1 parent 6693001 commit 9383a49
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "esnext",
"moduleResolution": "node",
"baseUrl": "./",
"jsx": "preserve",
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true
}
}

1 comment on commit 9383a49

@vercel
Copy link

@vercel vercel bot commented on 9383a49 Dec 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.