tsconfig-type-test.json 198 B

1234567891011121314
  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "baseUrl": ".",
  5. "paths": {
  6. "marked": [
  7. "lib/marked.d.ts"
  8. ]
  9. }
  10. },
  11. "include": [
  12. "test/types/*.ts"
  13. ]
  14. }