Swapped tslint to eslint and fixed files
This commit is contained in:
+4
-1
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"strictPropertyInitialization": false,
|
||||
"allowSyntheticDefaultImports": false,
|
||||
"experimentalDecorators": true,
|
||||
"lib": [
|
||||
@@ -19,7 +22,7 @@
|
||||
"inlineSourceMap": true,
|
||||
"outDir": "build",
|
||||
"strict": false,
|
||||
"target": "es5",
|
||||
"target": "es2020",
|
||||
"declaration": true,
|
||||
"declarationDir": "build/types"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user