treegen: Add missing tsconfig.json
This commit is contained in:
parent
3ec1d3d87b
commit
d23a94f11b
1 changed files with 13 additions and 0 deletions
13
treegen/tsconfig.json
Normal file
13
treegen/tsconfig.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2017",
|
||||
"module": "commonjs",
|
||||
"outDir": "./lib",
|
||||
"removeComments": true,
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"inlineSourceMap": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue