diff --git a/dist/layers/index.d.ts b/dist/layers/index.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/dist/layers/index.js b/dist/layers/index.js new file mode 100644 index 0000000000000000000000000000000000000000..ad65ccc5d48b9a496bf2472e32721b67b7e54240 --- /dev/null +++ b/dist/layers/index.js @@ -0,0 +1,4 @@ +/** + * Created by glenn on 7/5/2017. + */ +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvbGF5ZXJzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXHJcbiAqIENyZWF0ZWQgYnkgZ2xlbm4gb24gNy81LzIwMTcuXHJcbiAqL1xyXG4iXX0= \ No newline at end of file diff --git a/package.json b/package.json index 0af2d1be408df4507c2f7c69c52f2f8d63568b69..89354cabbe9bc2b1331ce470c90216b8831b09dd 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "typedoc": "typedoc --excludePrivate --mode file --out doc src", "webpack": "node_modules\\.bin\\webpack -w", "webpack-prod": "node_modules\\.bin\\webpack -p -w", - "tsc": "node_modules\\.bin\\tsc -d -w --rootDir ./src --outDir ./dist", + "tsc": "node_modules\\.bin\\tsc -d -w --rootDir ./src ", "karma": "node_modules\\.bin\\karma start" }, "author": "TOPS Lab", diff --git a/src/layers/index.ts b/src/layers/index.ts new file mode 100644 index 0000000000000000000000000000000000000000..97511a57eca83bc32cf52becbc5de5fc4ab3cb9d --- /dev/null +++ b/src/layers/index.ts @@ -0,0 +1,3 @@ +/** + * Created by glenn on 7/5/2017. + */ diff --git a/tsconfig.json b/tsconfig.json index dbc5da78cb4855ac5f6c4bddb2bd9420c56b8bdb..18c345f54d459ac1699fcc4fdd74bd11cdf6e80c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,10 +5,14 @@ "module": "commonjs", "target": "es5", // "sourceMap": true, +// "sourceRoot": "src", "inlineSourceMap": true, "inlineSources": true, "jsx": "preserve", - "noEmitOnError": true + "noEmitOnError": true, + "rootDir": "src", + "outDir": "dist" +// "baseUrl": "src" }, "include": [ "src/**/*"