This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Nexus-Polestar/.build/devlopment/tsconfig-build.json
2023-08-30 01:46:33 -04:00

12 lines
No EOL
246 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"../../electron/main/index.ts",
"../../electron/windows/primary.ts"
],
"exclude": [
"../../.build",
"../../astro",
"../../configuration",
]
}