tsconfig.cjs.json 158 B

12345678
  1. {
  2. "extends": "./tsconfig.base.json",
  3. "compilerOptions": {
  4. "target": "ES2016",
  5. "module": "CommonJS",
  6. "sourceMap": true
  7. }
  8. }