Skip to content

Instantly share code, notes, and snippets.

View romanobro56's full-sized avatar
๐Ÿ”’

Roman Pisani romanobro56

๐Ÿ”’
View GitHub Profile
@t18n
t18n / tsconfig.json
Last active April 23, 2025 05:12 — forked from vemarav/tsconfig.json
[Example tsconfig.json] Tsconfig.json with description #typescript
{
"compilerOptions": {
/* Basic Options */
"target": "esnext" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */,
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
"lib": [
"esnext",
"dom"
] /* Specify library files to be included in the compilation. */,
// "allowJs": true, /* Allow javascript files to be compiled. */

Coding With AI

Here is a breakdown of how I use AI to help me code, minimizing errors and maximizing my total productivity.

Last updated March 9, 2025.

Model

Currently, reasoning models provide the best results by far. When I refer to a model, assume it's the reasoning / thinking version.