| { | |
| "extends": "../../../tsconfig.settings.json", | |
| "compilerOptions": { | |
| "downlevelIteration": true, | |
| "rootDir": "src", | |
| "outDir": "lib", | |
| "paths": { | |
| "react": ["../../../../node_modules/@types/react/index"] | |
| } | |
| }, | |
| "include": ["src"], | |
| "exclude": ["lib", "node_modules", "src/**/__tests__/**/*.*"], | |
| "references": [{ "path": "../../../editor" }] | |
| } | |