1
Fork 0
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

10 lines
203 B
JSON
Raw Normal View History

2023-08-30 01:46:33 -04:00
{
"extends": "./tsconfig.json",
"include": [
2023-09-10 05:31:31 -04:00
"../../.app/electron/main/index.ts",
"../../.app/electron/main/window.ts",
2023-08-30 01:46:33 -04:00
],
"exclude": [
2023-09-10 05:31:31 -04:00
"../../.app/astro",
2023-08-30 01:46:33 -04:00
]
}