[Launcher] Add helper for fzf

This commit is contained in:
2025-04-10 15:00:57 +02:00
parent 4dc14cf4e3
commit d9fdf1ee6d
5 changed files with 93 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
"target": "ES6",
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"types": ["node"],
"module": "NodeNext",
"moduleResolution": "NodeNext"
},
"include": [ "./src/**/*" ],
}