File: fix-build.patch

package info (click to toggle)
node-rjsf 5.12.1%2B~5.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,788 kB
  • sloc: javascript: 1,927; makefile: 14; sh: 1
file content (14 lines) | stat: -rw-r--r-- 297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: fix build
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2023-04-28

--- a/tsconfig.base.json
+++ b/tsconfig.base.json
@@ -1,5 +1,6 @@
 {
   "compilerOptions": {
+    "outDir": "./dist",
     "target": "es6",
     "module": "esnext",
     "lib": ["dom", "esnext"],