Files
hydra-launcher/tsconfig.test.json
João Lucas 113b8e3f66 fix: wait for JS downloader completion (#2229)
Co-authored-by: Chubby Granny Chaser <weak.fern2638@heliokroger.com>
2026-06-11 02:21:02 +01:00

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"]
}
}