netscript def is raw loaded

This commit is contained in:
Olivier Gagnon
2021-10-27 23:19:19 -04:00
parent d4849cf50f
commit 91877dc172
9 changed files with 4818 additions and 5600 deletions
+4
View File
@@ -0,0 +1,4 @@
declare module "!!raw-loader!*" {
const contents: { default: string };
export = contents;
}