summaryrefslogtreecommitdiff
path: root/packages/pogen
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-02-10 20:13:07 +0100
committerFlorian Dold <florian@dold.me>2022-02-10 20:13:07 +0100
commit8920ea9c5410aad7bb06ca57147d7d759fc56c8a (patch)
tree603cc646afbbc3be49abd2e86ae80bb90992d100 /packages/pogen
parent5ff3b44550d4f5ab9a20d85dbf4387d455ebb862 (diff)
downloadwallet-core-8920ea9c5410aad7bb06ca57147d7d759fc56c8a.tar.gz
wallet-core-8920ea9c5410aad7bb06ca57147d7d759fc56c8a.tar.bz2
wallet-core-8920ea9c5410aad7bb06ca57147d7d759fc56c8a.zip
dependencies / tsconfig
Diffstat (limited to 'packages/pogen')
-rw-r--r--packages/pogen/tsconfig.json23
1 files changed, 12 insertions, 11 deletions
diff --git a/packages/pogen/tsconfig.json b/packages/pogen/tsconfig.json
index d61e5595a..d51c5326e 100644
--- a/packages/pogen/tsconfig.json
+++ b/packages/pogen/tsconfig.json
@@ -1,13 +1,14 @@
{
- "compilerOptions": {
- "module": "commonjs",
- "target": "es5",
- "noImplicitAny": false,
- "sourceMap": false,
- "outDir": "lib",
- "incremental": true
- },
- "files": [
- "pogen.ts"
- ]
+ "compilerOptions": {
+ "module": "commonjs",
+ "target": "es5",
+ "noImplicitAny": false,
+ "outDir": "lib",
+ "incremental": true,
+ "moduleResolution": "node",
+ "sourceMap": true,
+ "lib": ["es6"],
+ "types": ["node"]
+ },
+ "files": ["pogen.ts"]
}