7 changed files with 3712 additions and 9 deletions
@ -0,0 +1,10 @@ |
|||||||
|
{ |
||||||
|
"compilerOptions": { |
||||||
|
"sourceMap": true, |
||||||
|
"target": "es2015", |
||||||
|
"declaration": false, |
||||||
|
"outFile": "bin/tsdb-kit.js" |
||||||
|
}, |
||||||
|
"include": [ "src/**/*.ts" ], |
||||||
|
"exclude": [ "src/index.ts" ] |
||||||
|
} |
Loading…
Reference in new issue