Skip to content

Commit

Permalink
added missing ts config file
Browse files Browse the repository at this point in the history
  • Loading branch information
vsharma728 committed Jun 13, 2024
1 parent a172801 commit 4687a93
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"compileOnSave": false,
"compilerOptions": {
"importHelpers": true,
"module": "es2020",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"experimentalDecorators": true,
"target": "es2020",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
],
"plugins": [
{ "name": "tslint-language-service"}
]
}
}

0 comments on commit 4687a93

Please sign in to comment.