wideangle-nuxt/tsconfig.json

9 lines
111 B
JSON
Raw Permalink Normal View History

2023-05-14 15:25:44 +00:00
{
2025-01-02 22:46:27 +01:00
"extends": "./.nuxt/tsconfig.json",
"exclude": [
"dist",
"node_modules",
"playground",
]
2023-05-14 15:25:44 +00:00
}