Skip to content

Commit

Permalink
update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Jul 22, 2021
1 parent 6a2d957 commit e97926b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"compilerOptions": {
"diagnostics": true,
"esModuleInterop": true,
"extendedDiagnostics": true,
"skipLibCheck": true,
"jsx": "preserve",
"lib": [
"dom",
Expand All @@ -11,5 +14,12 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true,
}
},
"files": [
"packages/core/types/index.d.ts",
"packages/react/types/index.d.ts"
],
"include": [
"packages/*/types/*.ts"
],
}

0 comments on commit e97926b

Please sign in to comment.