{ "compilerOptions": { "target": "ES2019", "module": "ESNext", "moduleResolution": "Bundler", "jsx": "react-jsx", "lib": ["DOM", "ES2020"], "strict": true, "composite": true, "declaration": true, "outDir": "dist", "rootDir": "src", "skipLibCheck": true, "verbatimModuleSyntax": true, "paths": { "@file-viewer/react": ["../../components/react/src/index.tsx"], "@file-viewer/web": ["../../components/web/src/index.ts"] } }, "include": ["src/**/*.ts", "src/**/*.tsx"], "references": [ { "path": "../../components/web" }, { "path": "../../components/react" } ] }