@suns/react-monorepo-nx
Version:
To evaluate and compare the bundled and unbundled builds on large codebase.
27 lines (26 loc) • 847 B
JSON
{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "esnext",
"module": "esnext",
"lib": ["esnext", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@react-monorepo-nx/plugins": ["tools/nxplugins/src/index.ts"],
"@react-monorepo-nx/ui": ["ui/src/index.ts"],
"@rmn/even": ["apps/frontend/even/src/index.ts"],
"@rmn/odd": ["apps/frontend/odd/src/index.ts"],
"@rmn/shared": ["shared/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
}