1{ 2 "compilerOptions": { 3 "lib": ["dom", "esnext"], 4 "strict": true 5 }, 6 "include": ["*.ts", "*.tsx"], 7 "lint": { 8 "rules": { 9 "tags": ["recommended"], 10 "exclude": ["no-window"] 11 } 12 } 13}