You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2024. It is now read-only.
In order not to have to specify the extension ./fileName.js or dirName/index.js when importing in the TS code, it is necessary to add a field in SWC_CONFIG:
altv-typescript/scripts/compiler.js
Lines 6 to 20 in f8b1255
In order not to have to specify the extension
./fileName.jsordirName/index.jswhen importing in the TS code, it is necessary to add a field inSWC_CONFIG:And for
aliasesto work, you need to duplicatebaseUrlandpathsinSWC_CONFIG.jsc: