forked from AxTps/Starlight_Lancher
8 lines
179 B
JSON
8 lines
179 B
JSON
{
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["@cloudflare/workers-types"]
|
|
},
|
|
"exclude": ["test", "vitest.server.config.ts", "vitest.ui.config.ts"]
|
|
}
|