28 lines
771 B
JSON
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
|
|
}
|
|
}
|