This website requires JavaScript.
Explore
Help
Register
Sign In
vhad
/
DefinitelyTyped
Watch
1
Star
0
Fork
0
mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced
2026-08-12 04:50:18 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
406ee078bc562eb708fed9331a1618dbcf349f6d
DefinitelyTyped
/
exorcist
T
History
Andy Hanson
28ef3d201b
Remove
<reference path="../xxx/xxx.d.ts">
from definitions files and replace it with
import * as Xxx from "xxx"
or
<reference types="xxx"/>
2016-09-16 08:59:57 -07:00
..
exorcist-tests.ts
Added exorcist definition
2016-06-20 23:20:30 +00:00
exorcist.d.ts
Remove
<reference path="../xxx/xxx.d.ts">
from definitions files and replace it with
import * as Xxx from "xxx"
or
<reference types="xxx"/>
2016-09-16 08:59:57 -07:00
tsconfig.json
Remove
<reference path="../xxx/xxx.d.ts">
from definitions files and replace it with
import * as Xxx from "xxx"
or
<reference types="xxx"/>
2016-09-16 08:59:57 -07:00