[WRTJS] Fix a gcc build error caused by function/class ambiguity
[platform/framework/web/chromium-efl.git] / electron / tsconfig.default_app.json
1 {
2   "extends": "./tsconfig.json",
3   "compilerOptions": {
4     "rootDir": "default_app"
5   },
6   "include": [
7     "default_app",
8     "typings"
9   ]
10 }