mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 23:19:37 +00:00
12 lines
289 B
JSON
12 lines
289 B
JSON
{
|
|
// 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"
|
|
],
|
|
},
|
|
} |