Files
go_nuxt_admin/tsconfig.json
Beyhan Oğur 5285a0dd86 first commit
2026-04-26 22:07:47 +03:00

22 lines
379 B
JSON

{
// https://nuxt.com/docs/guide/concepts/typescript
"compilerOptions": {
"types": ["@types/jquery"]
},
"files": [],
"references": [
{
"path": "./.nuxt/tsconfig.app.json"
},
{
"path": "./.nuxt/tsconfig.server.json"
},
{
"path": "./.nuxt/tsconfig.shared.json"
},
{
"path": "./.nuxt/tsconfig.node.json"
}
]
}