1
0

tsconfig.json 183 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "module": "None",
  4. "allowJs": true,
  5. "noEmit": true,
  6. "lib": [
  7. "DOM",
  8. "DOM.Iterable"
  9. ]
  10. }
  11. }