mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 19:01:54 +02:00
* Copied some things from slate-react into new react-dom package * Refactor slate-react to use slate-dom * Fixed failing tests * Created changeset * Ran fix:prettier * Fixed name * Removed duplicate code * Fixed import * Restored linting rule * Bumped slate-dom version * Bumped slate dependency version * Added export of IS_NODE_MAP_DIRTY after rebase
10 lines
200 B
JSON
10 lines
200 B
JSON
{
|
|
"extends": "../../config/typescript/tsconfig.json",
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib"
|
|
},
|
|
"references": [{ "path": "../slate" }]
|
|
}
|