mime-todo-cli/tsconfig.bin.json
2026-03-15 05:11:59 +01:00

7 lines
126 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "bin"
},
"include": ["bin/**/*.ts"]
}