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
No EOL
199 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"../../app/electron/main/index.ts",
"../../app/electron/main/window.ts"
],
"exclude": [
"../../app/astro",
]
}