Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Feb 12, 2023
1 parent 10e8b2b commit 754331c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"extends": "rete-cli/tsconfig.json",
"compilerOptions": {
"target": "es5",
"downlevelIteration": true,
"isolatedModules": false,
"skipLibCheck": true
"skipLibCheck": true,
"lib": []

},
"include": ["src"]
}

0 comments on commit 754331c

Please sign in to comment.