Files
lexical/examples/react-rich/tsconfig.node.json
Vlad Fedosov 9ef2961af7 docs: Improved Getting Started with React guide (#5676)
Co-authored-by: Vladlen Fedosov <vladlenfedosov@meta.com>
2024-03-01 14:40:22 -07:00

12 lines
233 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}