This repository was archived by the owner on Jan 14, 2019. It is now read-only.
This repository was archived by the owner on Jan 14, 2019. It is now read-only.
Parser service is not using 'tsconfig.json' #50
Closed
Description
What version of TypeScript are you using?
~3.2.1
What version of typescript-estree
are you using?
5.3.0
What code were you trying to parse?
var foo = parseInt("5.5", 10) + 10;
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"lib": [
"es2015",
"es2017"
]
}
}
What did you expect to happen?
typeChecker has no informations about types from es2015.core
Demo
bradzacher/eslint-plugin-typescript#230
Related to
#22
eslint/typescript-eslint-parser#568
Metadata
Metadata
Assignees
Labels
No labels