Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

tsconfig.json 250B

123456789101112
  1. {
  2. "compilerOptions": {
  3. "strict": true,
  4. "module": "CommonJS",
  5. "target": "ES2020",
  6. "declaration": true,
  7. "incremental": true,
  8. "sourceMap": true,
  9. "outDir": "dist"
  10. },
  11. "include": ["src"]
  12. }