the best ios gas tracking app
at main 18 lines 411 B view raw
1{ 2 "compilerOptions": { 3 "lib": ["ESNext"], 4 "target": "ESNext", 5 "module": "Preserve", 6 "moduleDetection": "force", 7 "allowJs": true, 8 "moduleResolution": "bundler", 9 "allowImportingTsExtensions": true, 10 "verbatimModuleSyntax": true, 11 "noEmit": true, 12 "strict": true, 13 "skipLibCheck": true, 14 "noFallthroughCasesInSwitch": true, 15 "noUncheckedIndexedAccess": true, 16 "noImplicitOverride": true 17 } 18}