{ "compilerOptions": { "target": "es2020", "module": "commonjs", "esModuleInterop": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "strictPropertyInitialization": false, "allowJs": true } }