зеркало из https://github.com/electron/electron.git
26 строки
470 B
JSON
26 строки
470 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2020",
|
|
"lib": [
|
|
"es2022",
|
|
"dom",
|
|
"dom.iterable"
|
|
],
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"strict": true,
|
|
"baseUrl": ".",
|
|
"allowJs": true,
|
|
"noUnusedLocals": true,
|
|
"outDir": "ts-gen",
|
|
"typeRoots" : ["./node_modules/@types"],
|
|
"paths": {
|
|
"@electron/internal/*": ["lib/*"]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"electron.d.ts"
|
|
],
|
|
}
|