Skip to content

tvquizphd/hastscript-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hastscript Test

Update

This was created to solve an isuue first noticed in a package that uses Typescript. The issue was that Typescript failed to import *.d.ts files without explicitly including the extension.

I have only seen this error in TypeScript 4.5.0-beta, when "module": "node12".

This issue has been resovlved by adding the following key to compilerOptions in tsconfig.json:

"moduleResolution": "node"

This parameter changes how Typescript resolves module names. See here for more.

Install and Build

yarn i && build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published