28 lines
786 B
JSON
28 lines
786 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"module": "ES2015",
|
|
"strict": true,
|
|
"types": [
|
|
"./temp/declarations/cc.custom-macro",
|
|
"./temp/declarations/cc",
|
|
"./temp/declarations/jsb",
|
|
"./temp/declarations/cc.env"
|
|
],
|
|
"paths": {
|
|
"db://internal/*": [
|
|
"/Users/sreeraj/WorkSpace/Projects/Resources/CustomEngines/cc373_1.8/engine/editor/assets/*"
|
|
],
|
|
"db://assets/*": [
|
|
"/Users/sreeraj/WorkSpace/Projects/GameUploadDocuments/3.GoalRush/Build/SDK_COCOS/GoalRushPro/assets/*"
|
|
]
|
|
},
|
|
"experimentalDecorators": true,
|
|
"isolatedModules": true,
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|