{ "compilerOptions": { "module": "commonjs", "target": "ES2021", "outDir": "dist", "rootDir": ".", "sourceMap": true, "strict": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "esModuleInterop": true, "strictNullChecks": true, } }