Import-map.json does not work?

I have added import-map.json and set it up in project settings
{
“imports”: {
“scripts”: “./assets/scripts/”
}
}

and in tsconfig.json:

{
“compilerOptions”: {
“strict”: false,
“target”: “es2019”,
“paths”: {
“scripts/”: ["./assets/scripts/*"]
}
}
}

in VSCode no error but creator show a bunch of errors: