Commit ba252917 authored by Grant's avatar Grant
Browse files

add exclude to tsconfig

parent 94700ff2
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -6,5 +6,7 @@
    "inlineSourceMap": true,
    "declaration": true,
    "esModuleInterop": true
  }
  },
  "exclude": ["src/**/*.test.*"],
  "include": ["src"]
}