tsconfig.ci.json 140 B

12345
  1. {
  2. "$schema": "http://json.schemastore.org/tsconfig",
  3. "extends": "./tsconfig.base.json",
  4. "include": ["../static/app", "../tests/js"]
  5. }