Building on #275 (#289)

* Upgrade devDependcies. Replace UglifyJS ⚰ with TerserJS 👶 Fix TypeScript compiler errors

* Remove babel and associated plugins

* Re-enable strictNullChecks and noImplicitAny

* Use surma's better ga type definition.
`ts-ignore` document.activeElement potential null warnings

* Avoiding ignores
This commit is contained in:
Jake Archibald
2018-11-14 14:04:01 -08:00
committed by GitHub
parent c7f2ae2234
commit f351712130
7 changed files with 3452 additions and 2315 deletions

View File

@@ -39,7 +39,3 @@ declare var ga: {
(...args: any[]): void;
q: any[];
};
interface Window {
ga: typeof ga;
}