{ "$schema": "https://www.schemastore.org/jsconfig.json", "compilerOptions": { "lib": ["ES5", "ES2015"], "target": "ES2015", "strict": true, "checkJs": true, "skipLibCheck": true, "noImplicitAny": true, "esModuleInterop": true, "moduleResolution": "bundler", "forceConsistentCasingInFileNames": true } }