blob: bce2c5c476af8b3bad98a5a23bc1d4c3b03f35f1 [file] [log] [blame]
{
"compilerOptions": {
// Explicitly set types settings so typescript doesn't auto-discover types.
// If all types are discovered then all types need to be included as deps
// or typescript may error out with TS2688: Cannot find type definition file for 'foo'.
"types": ["node"]
}
}