[MIGRATION] - the lesson is : do not change what is already working

This commit is contained in:
VitoAlbano
2024-09-09 16:06:23 +01:00
committed by Ehsan Rezaei
parent bb6d84e2f7
commit 47b53faa4b

View File

@@ -18,7 +18,7 @@
"outDir": "./.out",
"lib": ["es2018", "dom"],
"typeRoots": ["node_modules/@types"],
"types": ["node"]
"types": []
},
"exclude": [".history", "*/node_modules", "config", "performance", "coverage", "node_modules", "package", "dist", "test"]
}