treegen: Add missing tsconfig.json

This commit is contained in:
Sam Vervaeck 2020-05-09 22:36:03 +02:00
parent 3ec1d3d87b
commit d23a94f11b

13
treegen/tsconfig.json Normal file
View file

@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"outDir": "./lib",
"removeComments": true,
"strict": true,
"esModuleInterop": true,
"inlineSourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
}
}