{ "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "ES2021", "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "paths": { "@app/contracts": ["libs/contracts/src"], "@app/events": ["libs/events/src"], "@app/common": ["libs/common/src"] }, "incremental": true, "skipLibCheck": true, "strict": true, "noImplicitAny": true, "strictNullChecks": true, "forceConsistentCasingInFileNames": true } }