Browse Source

fix: warning: export was not found

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
pull/3963/head
dw-0 10 months ago
parent
commit
0b307e49df
  1. 3
      apps/api/tsconfig.app.json

3
apps/api/tsconfig.app.json

@ -4,7 +4,8 @@
"outDir": "../../dist/out-tsc", "outDir": "../../dist/out-tsc",
"types": ["node"], "types": ["node"],
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"target": "es2021" "target": "es2021",
"module": "commonjs"
}, },
"exclude": ["**/*.spec.ts", "**/*.test.ts", "jest.config.ts"], "exclude": ["**/*.spec.ts", "**/*.test.ts", "jest.config.ts"],
"include": ["**/*.ts"] "include": ["**/*.ts"]

Loading…
Cancel
Save