mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-06-14 22:27:33 +02:00
12 lines
259 B
JSON
12 lines
259 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"types": ["vitest/globals" /* https://vitest.dev/config/#globals */],
|
|
"plugins": [{ "name": "@astrojs/ts-plugin" }],
|
|
"paths": {
|
|
"~/*": ["src/*"]
|
|
}
|
|
}
|
|
}
|