File: no-emit-type-declaration.diff

package info (click to toggle)
node-smart-buffer 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: makefile: 5
file content (19 lines) | stat: -rw-r--r-- 479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Stops emitting type declarations in order to not edit source files type declarations
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,8 +7,6 @@
         "moduleResolution": "node",
         "outDir": "build",
         "watch": false,
-        "declaration": true,
-        "declarationDir": "typings",
         "removeComments":false,
         "noImplicitAny": true,
         "typeRoots": [
@@ -25,4 +23,4 @@
       "typings",
       "test"
     ]
-}
\ No newline at end of file
+}