konobangu/packages/testing-torrents/tsconfig.json
2025-04-05 07:02:47 +08:00

10 lines
173 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": ".",
"composite": true
},
"include": ["./main.ts"],
"exclude": ["node_modules"]
}