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