run dev playground with concurrently

This commit is contained in:
Robert Soriano
2022-10-30 17:35:23 -07:00
parent fc225ced0a
commit 0ee322c8a2
4 changed files with 45 additions and 7 deletions

View File

@@ -1,4 +1,7 @@
{
// https://v3.nuxtjs.org/concepts/typescript
"extends": "./.nuxt/tsconfig.json"
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"strict": true
}
}