You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }