Address Javascript errors
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS",
|
||||
"target": "ES6",
|
||||
"checkJs": true
|
||||
"checkJs": true,
|
||||
"noEmit": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true
|
||||
},
|
||||
"include": [
|
||||
"internal_data/**/*.js"
|
||||
|
||||
Reference in New Issue
Block a user