We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b93e94 commit 7da95eeCopy full SHA for 7da95ee
site/site.ts
@@ -1,7 +1,7 @@
1
// noinspection ES6PreferShortImport
2
3
import { romanize } from '../utils/utils'
4
-import type { Lesson, Level } from '~/types'
+import type { Lesson, Level } from '../types'
5
6
interface Mobile {
7
googlePlay: string
vercel/api/tsconfig.json
@@ -1,4 +1 @@
-{
- // https://v3.nuxtjs.org/concepts/typescript
- "extends": "../../.nuxt/tsconfig.json"
-}
+{}
0 commit comments