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*"
]
}
}
}