dotfiles/deployer/tsconfig.json

15 lines
278 B
JSON

{
"compilerOptions": {
"module": "es2022",
"allowSyntheticDefaultImports": true,
"moduleResolution": "nodenext",
"target": "es2022",
"strict": true
},
"files": [
"ssh.ts",
"nix.ts",
"index.ts",
]
}