22 lines
442 B
JSON
22 lines
442 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"removeComments": false,
|
|
"noImplicitAny": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"typeRoots": [
|
|
"../../node_modules/@types"
|
|
],
|
|
"types": [
|
|
"electron"
|
|
]
|
|
},
|
|
"files": [
|
|
"electron-main.ts"
|
|
]
|
|
} |