Skip to content

Commit

Permalink
Ran fix:prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Oct 3, 2024
1 parent 4448cf2 commit 5178b42
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/slate-react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "../../config/typescript/tsconfig.json",
"include": [
"src/**/*"
],
"include": ["src/**/*"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib"
Expand All @@ -15,4 +13,4 @@
"path": "../slate-dom"
}
]
}
}

0 comments on commit 5178b42

Please sign in to comment.