chore(ts/lint): cleanup

This commit is contained in:
moklick
2022-08-08 15:14:34 +02:00
parent 293fa3637d
commit 8d873068cc
5 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
"noImplicitReturns": false,
"noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
"esModuleInterop": true,
"isolatedModules": true
},
"include": ["packages"],
"exclude": ["**/node_modules"]