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