{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "jsx": "react-jsx", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "declaration": true, "outDir": "./dist", "rootDir": "./src", "baseUrl": ".", "paths": { "@multica/store/*": ["./src/*"] } }, "include": ["src"] }