tsconfig.json 174 B

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