-
Absolute imports with TypeScript and Webpack
Absolute Imports in TypeScript using the tsconfig path resolver.
-
Testing a TypeScript React app using TS-Jest without using Create React App
Lets create a TypesScript React app without using the cli tool Create React App. This allows you to create a custom build specific to your deploy process.