tsconfig.browser.json 120 B

123456789
  1. {
  2. "extends": "../tsconfig.json",
  3. "compilerOptions": {
  4. "sourceMap": true,
  5. },
  6. "exclude": [
  7. "../test"
  8. ]
  9. }