iterate ts support

This commit is contained in:
Michael Telatynski
2021-06-29 11:41:08 +01:00
parent 53e7100033
commit 2d568f9688
2 changed files with 9 additions and 8 deletions
+1 -2
View File
@@ -1,7 +1,5 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"module": "commonjs",
@@ -20,6 +18,7 @@
]
},
"include": [
".eslintrc.js",
"./src/**/*.ts"
]
}