diff --git a/tsconfig.json b/tsconfig.json index a8b1dfc..451e12b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,7 +31,7 @@ "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ "paths": { "@/*": [ - "src/*" + "./*" ], "NetscriptDefinitions": [ "NetscriptDefinitions.d.ts" @@ -101,4 +101,4 @@ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ // "skipLibCheck": true /* Skip type checking all .d.ts files. */ } -} \ No newline at end of file +}