Plugins can now use import path shortcuts

Plugins are now able to use import path shortcuts to import all API classes, utilities and the openticket globals. You can now import everything from "#opendiscord" instead of "../../src/index"
This commit is contained in:
DJj123dj
2024-12-25 18:20:58 +01:00
parent 7646b3fc35
commit 05b4080ac5
3 changed files with 9 additions and 8 deletions
+1 -4
View File
@@ -1,10 +1,7 @@
{
"compilerOptions": {
"target": "ES2022",
"rootDirs":[
"./src",
"./plugins"
],
"rootDir":"./",
"outDir": "./dist/",
"module": "NodeNext",
"moduleResolution": "NodeNext",