Saturday, September 30, 2023
HomeGame DevelopmentUnable to place distinctive path for sharable information in tsconfig - Cocos...

Unable to place distinctive path for sharable information in tsconfig – Cocos Creator


Hello all, I’ve again finish and entrance finish folders in a single undertaking and I wish to have sharable information for each of them. So I made a decision to declare “sharable” path folder, however I get error:

right here is my tsconfig:

{
    /* Base configuration. Don't edit this subject. */
    "extends": "./temp/tsconfig.cocos.json",

    /* Add your customized configuration right here. */
    "compilerOptions": {
        "strict": false,
        "esModuleInterop": true,
        "paths": {
            "db://inside/*": [
                "D:storageCocosDashboardresources.editorsCreator3.7.0resourcesresources3dengineeditorassets*"
            ],
            "db://belongings/*": ["D:my_workcocosRobot_Gameassets*"],
            "db://colyseus-sdk/*": [
                "D:my_workcocosRobot_Gameextensionscolyseus-sdkruntime*"
            ],
            "db://sharable/*": [
                "D:my_workcocosRobot_Gamecolyseus_serversrcsharable*"
            ]
        }
    }
}


RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments

Arnavsijapati on Planet of Lana – Beta Demo
Jai Kishor Upadhyay on Planet of Lana – Beta Demo