gratitude.durian.xpcool.com/cocos-prototype/temp/tsconfig.cocos.json
2026-08-14 18:01:45 +08:00

28 lines
771 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/*": [
"C:\\ProgramData\\cocos\\editors\\Creator\\3.8.8\\resources\\resources\\3d\\engine\\editor\\assets\\*"
],
"db://assets/*": [
"E:\\xxcool\\project\\gratitude.durian.xpcool.com\\cocos-prototype\\assets\\*"
]
},
"experimentalDecorators": true,
"isolatedModules": true,
"moduleResolution": "node",
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
}