Browse Source

fx targets in ts confs

pull/18/head
Coin de Gamma 4 years ago
parent
commit
efa150c5bc
  1. 3
      tsconfig.bin.json
  2. 1
      tsconfig.lib.json

3
tsconfig.bin.json

@ -1,9 +1,8 @@
{
"compilerOptions": {
"sourceMap": true,
"module": "commonjs",
"target": "es2015",
"declaration": true,
"declaration": false,
"outFile": "bin/tsdb-kit.js"
},
"include": [ "src/**/*" ],

1
tsconfig.lib.json

@ -1,6 +1,7 @@
{
"compilerOptions": {
"sourceMap": true,
"module": "commonjs",
"target": "es2015",
"declaration": true,
"outDir": "lib"

Loading…
Cancel
Save