Skip to content

Instantly share code, notes, and snippets.

@e111077
Last active November 12, 2021 02:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e111077/88e64294366907e21e823ddb1da10671 to your computer and use it in GitHub Desktop.
Save e111077/88e64294366907e21e823ddb1da10671 to your computer and use it in GitHub Desktop.
I/O 2021 example tsconfig
{
"compilerOptions": {
"target": "es2017",
"module": "es2015",
"moduleResolution": "node",
"lib": ["es2017", "dom", "dom.iterable"],
"declaration": true,
"sourceMap": true,
"inlineSources": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"noImplicitAny": false,
"outDir": "./",
"importHelpers": false
},
"include": [
"*.ts"
],
"exclude": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment