ngx-admin/.vscode/settings.json

6 lines
135 B
JSON
Raw Normal View History

{
"typescript.tsdk": "./node_modules/typescript/lib",
2023-01-05 14:02:10 +01:00
"tslint.enable": false,
"angular.enable-strict-mode-prompt": false
}