ratrapage_T-WEB/front/.vscode/settings.json
Clement 76755baa1d
Some checks failed
Build Docker Image / run (pull_request) Failing after 31s
fix: make some build fix
2024-04-25 19:52:01 +02:00

10 lines
163 B
JSON

{
"editor.quickSuggestions": {
"strings": "on"
},
"tailwindCSS.includeLanguages": {
"astro": "html"
},
"typescript.tsdk": "node_modules/typescript/lib"
}