LANCommander/LANCommander.Client/wwwroot/scripts/tsconfig.json
Pat Hartl f2127e4987 Add split pane to library view, working game install
Implemented a basic way to queue games using DownloadService. Games will download and extract without blocking UI, but more needs to be done to reflect the game in UI and database.
2024-05-25 15:40:31 -05:00

12 lines
No EOL
256 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "ESNext",
"outDir": "./dist",
"moduleResolution": "node",
"sourceMap": true,
"allowSyntheticDefaultImports": true
},
"include": [ "**/*.ts" ],
"exclude": [ "node_modules" ]
}