Fix/tools scripts tsconfig and linting (#406)

* [Tools] Fix linting

* [Tools] Fix yargs tsc issue
This commit is contained in:
schroda
2023-08-15 22:20:24 +02:00
committed by GitHub
parent ebf6c99dee
commit 2f795b9d38
2 changed files with 9 additions and 5 deletions

View File

@@ -3,6 +3,9 @@
"include": [
"./*"
],
"compilerOptions": {
"moduleResolution": "node"
},
"ts-node": {
// these options are overrides used only by ts-node
// same as the --compilerOptions flag and the TS_NODE_COMPILER_OPTIONS environment variable