{
    "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"]
}
