Skip to content

Instantly share code, notes, and snippets.

View sentientmachin3's full-sized avatar
🤖
Resistance is futile.

Davide Bianchi sentientmachin3

🤖
Resistance is futile.
View GitHub Profile
@sentientmachin3
sentientmachin3 / json
Created March 5, 2023 14:53
Sample tsconfig.json
{
"compilerOptions": {
"lib": ["ESNext"],
"target": "es2020",
"module": "commonjs",
"allowJs": false,
"declaration": true,
"declarationMap": false,
"sourceMap": true,
"removeComments": true,