summaryrefslogtreecommitdiff
path: root/packages/pogen/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pogen/tsconfig.json')
-rw-r--r--packages/pogen/tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/pogen/tsconfig.json b/packages/pogen/tsconfig.json
new file mode 100644
index 000000000..a9e57e9e5
--- /dev/null
+++ b/packages/pogen/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "compilerOptions": {
+ "module": "commonjs",
+ "target": "es5",
+ "noImplicitAny": false,
+ "sourceMap": false,
+ "outDir": "bin"
+ },
+ "files": [
+ "pogen.ts"
+ ]
+}