10 lines
No EOL
199 B
JSON
10 lines
No EOL
199 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"../../app/electron/main/index.ts",
|
|
"../../app/electron/main/window.ts"
|
|
],
|
|
"exclude": [
|
|
"../../app/astro",
|
|
]
|
|
} |