mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-07-03 14:06:12 +02:00
113b8e3f66
Co-authored-by: Chubby Granny Chaser <weak.fern2638@heliokroger.com>
15 lines
286 B
JSON
15 lines
286 B
JSON
{
|
|
"extends": "./tsconfig.node.json",
|
|
"include": [
|
|
"src/main/**/*.test.ts",
|
|
"src/main/**/*",
|
|
"src/shared/**/*",
|
|
"src/types/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"noEmit": true,
|
|
"types": ["node", "electron-vite/node"]
|
|
}
|
|
}
|