Results 1 comments of Mehdi Yeganeh

**If you want using yarn instead of npm, you can ignore errors by adding below options to tsconfig.json:** "experimentalDecorators": true, "emitDecoratorMetadata": true, "skipLibCheck": true, **Result of tsconfig.json:** { "compilerOptions": {...