tsconfig.json 145 B

12345678
  1. {
  2. "extends": "../tsconfig.json",
  3. "compilerOptions": {
  4. "module": "CommonJS",
  5. "moduleResolution": "node"
  6. },
  7. "include": ["./*.ts"]
  8. }