tsconfig.json 164 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "strict": true,
  4. "lib": [
  5. "es2015", "dom"
  6. ]
  7. },
  8. "include": [
  9. "./*.ts"
  10. ]
  11. }