9ac2c9182a
- Redesigned audio player bar to be mobile-friendly - Added unloading for track switching (needs to be fixed) - Added IsLoading status so loading spinner isn't hanging around when it shouldn't be - Normalized styles with scoped files (will further reduce) - Layout Cleanup - EF fixes (migrations now function for deployment) - deploy script updates (new dedicated host)
24 lines
480 B
JSON
24 lines
480 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noEmitOnError": true,
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"outDir": "wwwroot/js"
|
|
},
|
|
"include": [
|
|
"Interop/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"bin/**/*",
|
|
"obj/**/*",
|
|
"publish/**/*"
|
|
]
|
|
} |