tsconfig.json 140 B

1234567
  1. {
  2. "$schema": "http://json.schemastore.org/tsconfig",
  3. "extends": "./tsconfig.base.json",
  4. "compilerOptions": {
  5. "baseUrl": "."
  6. }
  7. }