mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
Removes Deprecated baseUrl from tsconfig.json (#96008)
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ import { GlobalRegistrator } from '@happy-dom/global-registrator';
|
||||
|
||||
GlobalRegistrator.register();
|
||||
|
||||
import 'packages/tgui/__mocks__/setup.ts';
|
||||
import 'tgui/__mocks__/setup.ts';
|
||||
|
||||
+8
-9
@@ -2,7 +2,6 @@
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"baseUrl": ".",
|
||||
"checkJs": false,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
@@ -13,14 +12,14 @@
|
||||
"moduleResolution": "Bundler",
|
||||
"noEmit": true,
|
||||
"paths": {
|
||||
"tgui": ["packages/tgui"],
|
||||
"tgui/*": ["packages/tgui/*"],
|
||||
"tgui-panel": ["packages/tgui-panel"],
|
||||
"tgui-panel/*": ["packages/tgui-panel/*"],
|
||||
"tgui-say": ["packages/tgui-say"],
|
||||
"tgui-say/*": ["packages/tgui-say/*"],
|
||||
"tgui-dev-server": ["packages/tgui-dev-server"],
|
||||
"tgui-dev-server/*": ["packages/tgui-dev-server/*"]
|
||||
"tgui": ["./packages/tgui"],
|
||||
"tgui/*": ["./packages/tgui/*"],
|
||||
"tgui-panel": ["./packages/tgui-panel"],
|
||||
"tgui-panel/*": ["./packages/tgui-panel/*"],
|
||||
"tgui-say": ["./packages/tgui-say"],
|
||||
"tgui-say/*": ["./packages/tgui-say/*"],
|
||||
"tgui-dev-server": ["./packages/tgui-dev-server"],
|
||||
"tgui-dev-server/*": ["./packages/tgui-dev-server/*"]
|
||||
},
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
|
||||
Reference in New Issue
Block a user