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