tsconfig.json 321 B

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