{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "bundler", "lib": ["ES2020", "DOM", "DOM.Iterable"], "strict": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "isolatedModules": true, "jsx": "react-jsx", "composite": true, "declaration": true, "declarationMap": true, "outDir": "dist", "rootDir": "src", "experimentalDecorators": true, "emitDecoratorMetadata": true }, "include": ["src"], "references": [ { "path": "../core" }, { "path": "../editor-core" }, { "path": "../ui" } ] }