Skip to content

Commit

Permalink
chore: add tsconfig in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
guansss committed Sep 6, 2023
1 parent 830a024 commit 735d1b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions playground/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "ES2017",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["**/*.ts"]
}

0 comments on commit 735d1b1

Please sign in to comment.