Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

17 righe
388 B

  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "module": "commonjs",
  5. "outDir": "./dist",
  6. "strict": true,
  7. "strictPropertyInitialization": false,
  8. "resolveJsonModule": true,
  9. "esModuleInterop": true,
  10. "experimentalDecorators": true,
  11. "emitDecoratorMetadata": true,
  12. "skipLibCheck": true,
  13. "forceConsistentCasingInFileNames": true,
  14. "allowJs": true
  15. }
  16. }