зеркало из https://github.com/electron/electron.git
20 строки
423 B
JSON
20 строки
423 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"typeRoots" : ["../../node_modules/@types"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": false,
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"electron/main.ts",
|
|
"electron/renderer.ts",
|
|
"../../electron.d.ts"
|
|
]
|
|
} |