fix build

This commit is contained in:
Robert Soriano
2022-10-29 22:48:13 -07:00
parent 3522cc9327
commit 14617d864d
2 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
{
"compilerOptions": {
"target": "es2020",
"module": "esnext",
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"skipLibCheck": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"allowJs": true,
"noEmit": true,
"outDir": "dist",
"resolveJsonModule": true
}
}

View File

@@ -1,3 +0,0 @@
{
"extends": "./packages/playground/.nuxt/tsconfig.json"
}