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