Skip to content

Commit

Permalink
chore: cleanup tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Aug 10, 2021
1 parent 14d92e6 commit 9d7b297
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"diagnostics": true,
"esModuleInterop": true,
"extendedDiagnostics": true,
"skipLibCheck": true,
"skipLibCheck": false,
"jsx": "preserve",
"lib": [
"dom",
"es2021"
"es2020"
],
"moduleResolution": "node",
"strict": true,
Expand All @@ -16,11 +16,4 @@
"strictPropertyInitialization": true,
"target": "es2020"
},
"files": [
"packages/core/types/index.d.ts",
"packages/react/types/index.d.ts"
],
"include": [
"packages/*/types/*.ts"
],
}

0 comments on commit 9d7b297

Please sign in to comment.