Browse Source

Add missing migration

pull/5221/head
Thomas Kaul 4 weeks ago
parent
commit
ae72950d51
  1. 1
      apps/client/tsconfig.app.json

1
apps/client/tsconfig.app.json

@ -1,6 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"moduleResolution": "bundler",
"outDir": "../../dist/out-tsc",
"types": ["node"],
"typeRoots": ["../../node_modules/@types"],

Loading…
Cancel
Save