Files
electron-universal/tsconfig.json
David Sanders 421713cf80
Some checks failed
Publish documentation / docs (push) Failing after 1m9s
feat!: bump engines to Node.js >=22.12.0 (#139)
BREAKING CHANGE: Requires Node.js v22.12.0 LTS or higher. ESM-only.
2025-07-03 15:30:07 -07:00

16 lines
255 B
JSON

{
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"sourceMap": true,
"outDir": "dist",
"types": [
"node",
],
"allowSyntheticDefaultImports": true,
"declaration": true
},
"include": [
"src"
]
}