blob: b8e6a379ba283de3f727a2ec53599dfded427a9c [file]
{
"compilerOptions": {
"strict": true,
// 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": []
}
}