mirror of
https://github.com/electron/electron.git
synced 2026-01-06 22:24:03 -05:00
chore: fix ts config to not complain about extraneous files (#16790)
This commit is contained in:
@@ -1,13 +1,10 @@
|
|||||||
{
|
{
|
||||||
"extends": "./tsconfig.json",
|
"extends": "./tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"rootDir": "default_app",
|
"rootDir": "default_app"
|
||||||
},
|
},
|
||||||
"exclude": [
|
"include": [
|
||||||
"script",
|
"default_app",
|
||||||
"spec",
|
"typings"
|
||||||
"tools",
|
]
|
||||||
"lib",
|
|
||||||
"npm"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,14 +1,10 @@
|
|||||||
{
|
{
|
||||||
"extends": "./tsconfig.json",
|
"extends": "./tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"rootDir": "lib",
|
"rootDir": "lib"
|
||||||
},
|
},
|
||||||
"exclude": [
|
"include": [
|
||||||
"script",
|
"lib",
|
||||||
"spec",
|
"typings"
|
||||||
"tools",
|
]
|
||||||
"default_app",
|
|
||||||
"npm",
|
|
||||||
"electron.d.ts"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user