Skip to content

Commit

Permalink
chore: update tsconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jan 23, 2024
1 parent d95afed commit 83a0e80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/core/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"rootDir": ".",
"outDir": "../dist",
"strictPropertyInitialization": false,
"plugins": [
{
"name": "ts-lit-plugin"
Expand Down
3 changes: 1 addition & 2 deletions packages/react/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "../dist",
"strictPropertyInitialization": false
"outDir": "../dist"
},
"include": ["."]
}
3 changes: 2 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"target": "ES2022",
"lib": ["ESNext", "DOM"],
"incremental": false
"incremental": false,
"strictPropertyInitialization": false
}
}

0 comments on commit 83a0e80

Please sign in to comment.