mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
8 lines
145 B
JSON
8 lines
145 B
JSON
|
|
{
|
||
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
||
|
|
"extends": "./.nuxt/tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ESNext"
|
||
|
|
}
|
||
|
|
}
|