mirror of
https://github.com/blanking003/cx-cocos.git
synced 2024-12-25 19:29:02 +00:00
14 lines
229 B
JSON
Executable File
14 lines
229 B
JSON
Executable File
{
|
|
/* Base configuration. Do not edit this field. */
|
|
"extends": "./temp/tsconfig.cocos.json",
|
|
|
|
/* Add your custom configuration here. */
|
|
|
|
"compilerOptions":
|
|
{
|
|
"types": [
|
|
"../cx-framework3.1/cx",
|
|
]
|
|
}
|
|
}
|