mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
refactor: convert more files to typescript (#16820)
This commit is contained in:
committed by
John Kleinschmidt
parent
cfbdc40814
commit
01c442de64
@@ -1,23 +1,23 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es2017",
|
||||
"lib": [
|
||||
"es2017",
|
||||
"dom",
|
||||
"dom.iterable"
|
||||
],
|
||||
"sourceMap": true,
|
||||
"experimentalDecorators": false,
|
||||
"strict": true,
|
||||
"baseUrl": ".",
|
||||
"allowJs": true,
|
||||
"outDir": "ts-gen",
|
||||
"paths": {
|
||||
"@electron-internal/*": ["lib"]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"electron.d.ts"
|
||||
]
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es2017",
|
||||
"lib": [
|
||||
"es2017",
|
||||
"dom",
|
||||
"dom.iterable"
|
||||
],
|
||||
"sourceMap": true,
|
||||
"experimentalDecorators": false,
|
||||
"strict": true,
|
||||
"baseUrl": ".",
|
||||
"allowJs": true,
|
||||
"outDir": "ts-gen",
|
||||
"paths": {
|
||||
"@electron/internal/*": ["lib/*"]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"electron.d.ts"
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user