tsconfig.json 93 B

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