mirror of
https://github.com/electron/electron.git
synced 2026-01-05 05:34:14 -05:00
11 lines
129 B
JSON
11 lines
129 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "lib"
|
|
},
|
|
"include": [
|
|
"lib",
|
|
"typings"
|
|
]
|
|
}
|