Adding Non-JS Modules to the Module Graph
{
...
"compilerOptions": {
...
"typeRoots": [
"./node_modules/@types",
"./@types"
],
...
}
}
{
...
"compilerOptions": {
...
"typeRoots": [
"./node_modules/@types",
"./@types"
],
...
}
}