{ "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "ES2023", "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "incremental": true, "strict": true, "skipLibCheck": true } }