Jul 20, 2017 · 1 min read
Having multiple config files is a good case for using ts-node
// webpack.config.jsrequire("ts-node").register({
project: "./tsconfig-for-ts-node.json"
})module.exports = require("./webpack.config.ts")
Having multiple config files is a good case for using ts-node
// webpack.config.jsrequire("ts-node").register({
project: "./tsconfig-for-ts-node.json"
})module.exports = require("./webpack.config.ts")