mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 15:37:42 +00:00
6 lines
109 B
JSON
6 lines
109 B
JSON
{
|
|||
"extends": "astro/tsconfigs/strict",
|
|||
"include": [".astro/types.d.ts", "**/*"],
|
|||
"exclude": ["dist"]
|
|||
}
|