@mheob/tsconfig
Version:
My personal configurations for typescript.
15 lines (14 loc) • 303 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Base/Base",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"esModuleInterop": true,
"lib": ["ESNext"],
"skipLibCheck": true
},
"exclude": ["node_modules"]
}