tsconfig.json 249 B

123456789
  1. {
  2. "extends": "../tsconfig.json",
  3. "compilerOptions": {
  4. "types": ["node", "mocha", "sinon", "chai", "sinon-chai", "chai-as-promised"],
  5. "noEmit": true,
  6. "experimentalDecorators": true
  7. },
  8. "include": ["./types/**/*", "./**/**/*.ts"]
  9. }