[M120 Migration] Fix SVACE major issues.
[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 }