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.
 
 
 
 
 
 

15 righe
326 B

  1. {
  2. "compilerOptions": {
  3. "target": "ES6",
  4. "lib": ["es6", "es2017.string"],
  5. "moduleResolution": "node",
  6. "esModuleInterop": true,
  7. "forceConsistentCasingInFileNames": true,
  8. "strict": true,
  9. "noImplicitAny": true,
  10. "noImplicitReturns": true,
  11. "skipLibCheck": true
  12. },
  13. "include": ["index.ts"]
  14. }