diff options
Diffstat (limited to 'pogen/tsconfig.json')
-rw-r--r-- | pogen/tsconfig.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pogen/tsconfig.json b/pogen/tsconfig.json new file mode 100644 index 000000000..3d2b2c002 --- /dev/null +++ b/pogen/tsconfig.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "module": "commonjs", + "target": "es5", + "noImplicitAny": false, + "sourceMap": false + }, + "files": [ + "pogen.ts" + ] +} |