tsconfig.json 79 B

123456
  1. {
  2. "extends": "../tsconfig.json",
  3. "compilerOptions": {
  4. "baseUrl": ".."
  5. }
  6. }