28 lines
741 B
JSON
28 lines
741 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/*": [
|
|
"/Applications/CocosCreator/Creator/3.6.0/CocosCreator.app/Contents/Resources/resources/3d/engine/editor/assets/*"
|
|
],
|
|
"db://assets/*": [
|
|
"/Users/vance/NewProject_2/assets/*"
|
|
]
|
|
},
|
|
"experimentalDecorators": true,
|
|
"isolatedModules": true,
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|