mirror of
https://github.com/electron/electron.git
synced 2026-01-07 22:54:25 -05:00
11 lines
141 B
JSON
11 lines
141 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "spec-main"
|
|
},
|
|
"include": [
|
|
"spec-main",
|
|
"typings"
|
|
]
|
|
}
|