1{ 2 "compilerOptions": { 3 "allowJs": true, 4 "checkJs": true, 5 "lib": [ 6 "ES2021.String", 7 "DOM", 8 ] 9 } 10} 11