mirror of
https://github.com/versia-pub/blog.git
synced 2025-12-06 08:48:18 +01:00
8 lines
173 B
JSON
8 lines
173 B
JSON
{
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true
|
|
}
|
|
}
|