setup Containerization

This commit is contained in:
Patrick Bashizi 2023-01-05 14:02:10 +01:00
parent ec68f5e84a
commit c6b9ecc058
4 changed files with 27 additions and 1 deletions

View file

@ -1,4 +1,5 @@
{
"typescript.tsdk": "./node_modules/typescript/lib",
"tslint.enable": false
"tslint.enable": false,
"angular.enable-strict-mode-prompt": false
}