chore: tsconfig dev

Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
bcakmakoglu
2022-02-21 20:25:17 +01:00
committed by Braks
parent 54e8301ddb
commit bd36dee54c
+1 -2
View File
@@ -33,9 +33,8 @@
{ "transform": "typescript-transform-paths", "afterDeclarations": true } { "transform": "typescript-transform-paths", "afterDeclarations": true }
] ]
}, },
"include": ["src"], "include": ["src", "examples"],
"exclude": [ "exclude": [
"examples",
"node_modules", "node_modules",
"build", "build",
"dist", "dist",