dotfiles/deployer/tsconfig.json

16 lines
318 B
JSON
Raw Permalink Normal View History

2023-01-26 19:24:29 +01:00
{
"compilerOptions": {
"module": "es2022",
"allowSyntheticDefaultImports": true,
"moduleResolution": "nodenext",
"target": "es2022",
"strict": true,
"experimentalDecorators": true
2023-01-26 19:24:29 +01:00
},
"files": [
"ssh.ts",
"nix.ts",
"index.ts",
]
}