{ "compilerOptions": { /* Basic Options */ "target": "es5", "lib": ["dom", "esnext"], "module": "commonjs", "allowJs": false, "jsx": "react", "declaration": true, "types": [], "strict": true, "experimentalDecorators": true, "skipLibCheck": true } }