blob: 4ecc2874a8110e35b612150b8af7457b3dcef006 [file] [log] [blame]
{
"compilerOptions": {
"strict": true,
"lib": ["es2015.promise", "dom", "es5"],
// 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": []
}
}