8000 GitHub - brieb/ts-issue--ts7016
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

brieb/ts-issue--ts7016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript@~3.8

$ rm -rf build && yarn tsc -b tsconfig.soln.json 
yarn run v1.22.4
$ .../node_modules/.bin/tsc -b tsconfig.soln.json
projects/proj-03/index.ts:1:20 - error TS7016: Could not find a declaration file for module ':proj-02/foo'. '.../ts-issue--TS7016/projects/proj-02/foo.js' implicitly has an 'any' type.

1 import proj02 from ":proj-02/foo";
                     ~~~~~~~~~~~~~~


Found 1 error.

error Command failed with exit code 2.

typescript@~3.9

$ rm -rf build && yarn tsc -b tsconfig.soln.json 
yarn run v1.22.4
$ .../node_modules/.bin/tsc -b tsconfig.soln.json
✨  Done in 1.05s.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0