Update module tooling

This commit is contained in:
Jarek Rozanski 2025-01-02 22:46:27 +01:00
parent f52bec681c
commit 787a1fd57f
4 changed files with 802 additions and 696 deletions

View file

@ -1,3 +1,8 @@
{
"extends": "./playground/.nuxt/tsconfig.json"
"extends": "./.nuxt/tsconfig.json",
"exclude": [
"dist",
"node_modules",
"playground",
]
}