iterate ts support
This commit is contained in:
+1
-2
@@ -1,7 +1,5 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"module": "commonjs",
|
||||
@@ -20,6 +18,7 @@
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
".eslintrc.js",
|
||||
"./src/**/*.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user