diff --git a/treegen/tsconfig.json b/treegen/tsconfig.json new file mode 100644 index 000000000..66a22d44f --- /dev/null +++ b/treegen/tsconfig.json @@ -0,0 +1,13 @@ +{ + "compilerOptions": { + "target": "es2017", + "module": "commonjs", + "outDir": "./lib", + "removeComments": true, + "strict": true, + "esModuleInterop": true, + "inlineSourceMap": true, + "experimentalDecorators": true, + "emitDecoratorMetadata": true + } +}