mirror of
https://github.com/Discreetly/server.git
synced 2026-01-09 12:37:58 -05:00
chore(tsconfig.json): update "files" property to "includes" and include the entire "src" directory for better TypeScript compilation coverage
This commit is contained in:
committed by
AtHeartEngineer
parent
dfa316b505
commit
a2e679a067
@@ -8,7 +8,7 @@
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"files": [
|
||||
"./src/server.ts"
|
||||
"includes": [
|
||||
"./src/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user