build: cleanup TS configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 29 Aug 2023 16:45:29 +0000 (18:45 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 29 Aug 2023 16:45:29 +0000 (18:45 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
tsconfig.json

index 65f5b57b31b381d7becc42169b5b8f4396c02763..79ab1b8258e732583dae5ddac8c3736899e85ff3 100644 (file)
@@ -3,7 +3,6 @@
   "compilerOptions": {
     "target": "ES2022",
     "module": "ES2022",
-    "outDir": "./lib",
     "moduleResolution": "Node",
     "declaration": true,
     "declarationDir": "./lib/dts",