tsconfig.json 158 B

12345678910
  1. {
  2. "$schema": "http://json.schemastore.org/tsconfig",
  3. "extends": "../../tsconfig.base.json",
  4. "include": [
  5. "src"
  6. ],
  7. "exclude": [
  8. "test"
  9. ]
  10. }