Update tsconfig.json

This commit is contained in:
Shy
2024-06-27 21:03:03 +02:00
committed by GitHub
parent d63a8d4f50
commit 3ce19daae1

View File

@@ -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. */
}
}
}