You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
344 B

  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "declaration": true,
  5. "emitDeclarationOnly": true,
  6. "stripInternal": true
  7. },
  8. "exclude": [
  9. "packages/*/__tests__",
  10. "packages/runtime-test",
  11. "packages/template-explorer",
  12. "packages/sfc-playground",
  13. "packages/dts-test",
  14. "packages/dts-built-test"
  15. ]
  16. }