07ee75b745
* build: auto-push patch file changes * chore: change patch for testing purposes * build: remove stray log * build: push as electron bot * build: suppress all output of the push-patch script * chore: fix linting
11 lines
161 B
JSON
11 lines
161 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"noEmit": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"script"
|
|
]
|
|
}
|