cx-cocos/cx3-demo/tsconfig.json
2021-06-07 15:13:32 +08:00

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",
]
}
}