Try editing what you have to the snippet below:
"typeRoots": ["@types", "node_modules/@types"], "include": ["@types/**/*.d.ts", "src/**/*"]
Notice that `src/` was omitted from the paths
`src/`