Fix/tools scripts tsconfig and linting (#406)
* [Tools] Fix linting * [Tools] Fix yargs tsc issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user