marvinroger / tsconfig-paths-baseurl-reproduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsconfig-paths #143 minimal reproduction

Setup

npm i

Reproduction

npm start

Fails with:

Missing baseUrl in compilerOptions. tsconfig-paths will be skipped Error: Cannot find module '~/library'

Control

Uncomment // "baseUrl": ".", in tsconfig.json, and run npm start: it works fine.

About


Languages

Language:TypeScript 100.0%