diff --git a/front/tsconfig.json b/front/tsconfig.json index f012cb9..76e2dd5 100644 --- a/front/tsconfig.json +++ b/front/tsconfig.json @@ -1,12 +1,4 @@ { - // https://nuxt.com/docs/guide/concepts/typescript - "extends": "./.nuxt/tsconfig.json", - "compilerOptions": { - // Other options... - "lib": [ - // Other libs... - // Add this! Doing so adds WebWorker and ServiceWorker types to the global. - "webworker" - ], - }, -} \ No newline at end of file + // https://nuxt.com/docs/guide/concepts/typescript + "extends": "./.nuxt/tsconfig.json" +}