summaryrefslogtreecommitdiffstats
path: root/custom.d.ts
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-10-23 23:45:30 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-10-23 23:45:30 +0200
commitf9f3da7048880cb3c4b03d0116bb8be850688e74 (patch)
tree9077dfd9e2e8bf56896d9a4e00d3c59843091f1f /custom.d.ts
parent02758a69ac49cc437ed27628b64e08fd443758b8 (diff)
downloadrpgedit-f9f3da7048880cb3c4b03d0116bb8be850688e74.tar
rpgedit-f9f3da7048880cb3c4b03d0116bb8be850688e74.zip
Update everything
Diffstat (limited to 'custom.d.ts')
-rw-r--r--custom.d.ts10
1 files changed, 9 insertions, 1 deletions
diff --git a/custom.d.ts b/custom.d.ts
index f129f76..b54bb07 100644
--- a/custom.d.ts
+++ b/custom.d.ts
@@ -1 +1,9 @@
-declare function require(name: string): string;
+declare module "*.vs" {
+ const content: string;
+ export default content;
+}
+
+declare module "*.fs" {
+ const content: string;
+ export default content;
+}