ytptube/ui/tsconfig.json
2025-07-18 18:56:38 +03:00

10 lines
208 B
JSON

{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"allowImportingTsExtensions": false,
"types": [
"./types/globals"
]
}
}