Use babel instead of ts lib and do only doctests

This commit is contained in:
Dan Rosén 2018-02-13 17:42:28 +01:00
parent 587ac52c05
commit 31921f95bf
11 changed files with 3788 additions and 216 deletions

11
unused-test-files/ex.ts Normal file
View file

@ -0,0 +1,11 @@
export const j = 1
export module A {
export const c = 1
export const s = 1
export interface J {
u: number
}
}
export namespace N {
export const d = 1
}