import xxx from 'xxx'
と書いて扱うものは関係ないtsconfig.json{
"compilerOptions": {
"types": ["node", "jest"]
}
}
./node_modules/@types/node
./node_modules/@types/jest
import .. from 'jest'
のように書かずに、 describe()
を使っても型エラーにならない node_modules/@types/*
以下の型定義ファイルは参照されない