mirror of
https://github.com/Leo501/CocosCreatorTutorial.git
synced 2026-05-14 02:35:52 +08:00
添加一个 android 返回键 demo
This commit is contained in:
15
AndroidBackEventDemo/jsconfig.json
Normal file
15
AndroidBackEventDemo/jsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"experimentalDecorators": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
".vscode",
|
||||
"library",
|
||||
"local",
|
||||
"settings",
|
||||
"temp"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user