UNPKG

@mheob/tsconfig

Version:

My personal configurations for typescript.

15 lines (14 loc) 298 B
{ "$schema": "https://json.schemastore.org/tsconfig", "display": "Base", "compilerOptions": { "target": "esnext", "module": "esnext", "moduleResolution": "bundler", "strict": true, "esModuleInterop": true, "lib": ["ESNext"], "skipLibCheck": true }, "exclude": ["node_modules"] }