Files
TorrentClient/packages/shared/tsconfig.json
Peter Stockings 8bcf8a43fe Initial commit
2026-01-01 16:11:06 +11:00

23 lines
506 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"baseUrl": ".",
"paths": {
"@torrent-client/shared": [
"./src"
]
}
},
"include": [
"src/**/*"
],
"exclude": [
"**/*.test.ts"
]
}