aboutsummaryrefslogtreecommitdiff
path: root/packages/pogen/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-02-14 16:51:13 +0100
committerFlorian Dold <florian@dold.me>2022-02-14 16:52:02 +0100
commite6c1294c910e6b54d24d62981632cf5e5f79d33f (patch)
treecd53e923bde518d7a9fa7ace59d5c470661b4834 /packages/pogen/tsconfig.json
parentaa7d48bfb1235ab7c5ca19e814733b7891f382c3 (diff)
downloadwallet-core-e6c1294c910e6b54d24d62981632cf5e5f79d33f.tar.xz
pogen: read files from tsconfig, import po2ts
Diffstat (limited to 'packages/pogen/tsconfig.json')
-rw-r--r--packages/pogen/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pogen/tsconfig.json b/packages/pogen/tsconfig.json
index d51c5326e..68225832d 100644
--- a/packages/pogen/tsconfig.json
+++ b/packages/pogen/tsconfig.json
@@ -10,5 +10,5 @@
"lib": ["es6"],
"types": ["node"]
},
- "files": ["pogen.ts"]
+ "include": ["src/**/*.ts"]
}