mirror of
https://github.com/electron/electron.git
synced 2026-01-06 22:24:03 -05:00
11 lines
145 B
JSON
11 lines
145 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "default_app"
|
|
},
|
|
"include": [
|
|
"default_app",
|
|
"typings"
|
|
]
|
|
}
|