зеркало из https://github.com/electron/electron.git
chore: fix ts config to not complain about extraneous files (#16790)
This commit is contained in:
Родитель
2d1438456b
Коммит
6d68026c6c
|
@ -1,13 +1,10 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "default_app",
|
||||
"rootDir": "default_app"
|
||||
},
|
||||
"exclude": [
|
||||
"script",
|
||||
"spec",
|
||||
"tools",
|
||||
"lib",
|
||||
"npm"
|
||||
"include": [
|
||||
"default_app",
|
||||
"typings"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,14 +1,10 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "lib",
|
||||
"rootDir": "lib"
|
||||
},
|
||||
"exclude": [
|
||||
"script",
|
||||
"spec",
|
||||
"tools",
|
||||
"default_app",
|
||||
"npm",
|
||||
"electron.d.ts"
|
||||
"include": [
|
||||
"lib",
|
||||
"typings"
|
||||
]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче