cx-cocos/cx3-demo/tsconfig.json

14 lines
229 B
JSON
Raw Normal View History

2021-06-07 07:13:32 +00:00
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions":
{
"types": [
"../cx-framework3.1/cx",
]
}
}