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