[READ-ONLY] Mirror of https://github.com/probablykasper/mr-tagger. Music file tagging app for Mac, Linux and Windows
audio linux macos music tagger tauri windows
0

Configure Feed

Select the types of activity you want to include in your feed.

mr-tagger / tsconfig.json
365 B 14 lines
1{ 2 "extends": "@tsconfig/svelte/tsconfig.json", 3 "compilerOptions": { 4 "target": "ESNext", 5 "useDefineForClassFields": true, 6 "module": "ESNext", 7 "resolveJsonModule": true, 8 "allowJs": true, 9 "checkJs": true, 10 "isolatedModules": true, 11 "strict": true 12 }, 13 "include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.js", "src/**/*.svelte"] 14}