UNPKG

@airbnb/config-typescript

Version:

Reusable TypeScript configs.

20 lines (19 loc) 457 B
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "declaration": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "jsx": "react", "lib": ["dom", "esnext"], "module": "esnext", "moduleResolution": "node", "noEmitOnError": true, "noImplicitReturns": true, "noUnusedLocals": true, "pretty": true, "removeComments": false, "strict": true, "target": "es2015" } }