Yuriy Gyerts

Results 3 comments of Yuriy Gyerts

We need 2 steps to add aliases 1. tell to IDE about aliases in tsconfig.json 2. tell to webpack about aliases ### First: create separate file tsconfig.path.json and add aliases:...

@kechen123 First i see: You use `module.exports = override()() ` I use `module.exports = override()` Second, my tsconfig.json ``` { "extends": "./tsconfig.paths.json", "compilerOptions": { "sourceMap": true, "outDir": "./build/", "target": "es5",...