Skip to content

Commit

Permalink
spec tsconfig change
Browse files Browse the repository at this point in the history
  • Loading branch information
danoswaltCL committed Nov 7, 2024
1 parent db1f958 commit 071e9b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/projects/upgrade/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/spec",
"types": ["jest", "node", "google.accounts"]
"types": ["jest", "node", "google.accounts", "reflect-metadata"]
},
"files": ["src/polyfills.ts"],
"files": ["src/polyfills.ts", "node_modules/reflect-metadata/Reflect.js"],
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
}

0 comments on commit 071e9b1

Please sign in to comment.