UNPKG

@plone/volto

Version:
21 lines (20 loc) 543 B
{ "compilerOptions": { "lib": ["DOM", "DOM.Iterable", "ESNext"], "allowJs": true, "declaration": true, "emitDeclarationOnly": true, "outDir": "types", "skipLibCheck": true, "esModuleInterop": true, "jsx": "react-jsx", "preserveSymlinks": true, "downlevelIteration": true, "paths": { "@plone/volto/*": ["./src/*"], "react": ["./node_modules/@types/react"], "react-dom": ["./node_modules/@types/react-dom"] } }, "include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.tsx"] }