tsconfig.json 235 B

12345678910
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "extends": "@velofex/tsconfig/library.json",
  4. "compilerOptions": {
  5. "types": ["@velofex-core/typings/vue-router"]
  6. },
  7. "include": ["src"],
  8. "exclude": ["node_modules"]
  9. }