blog/tsconfig.json

8 lines
173 B
JSON
Raw Normal View History

2024-10-19 22:46:11 +02:00
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"allowImportingTsExtensions": true
}
2024-10-19 22:46:11 +02:00
}