Commit f8836dcf authored by Michael Underwood's avatar Michael Underwood
Browse files

Update TS config so tests can import from `@src`

parent a27277bb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,5 +4,8 @@
  "compilerOptions": {
    "composite": true,
    "types": ["node"]
  },
  "paths": {
    "@src/*": ["./src/*"]
  }
}
+1 −1
Original line number Diff line number Diff line
{
  "extends": "@vue/tsconfig/tsconfig.web.json",
  "include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
  "include": ["env.d.ts", "src/**/*", "src/**/*.vue", "tests/**/*"],
  "exclude": ["./dist/**/*"],
  "compilerOptions": {
    "allowJs": false,