2024-04-15 03:16:57 +02:00
|
|
|
{
|
|
|
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
|
|
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "esnext",
|
2024-11-29 22:29:43 +01:00
|
|
|
"module": "esnext",
|
|
|
|
|
"allowImportingTsExtensions": true
|
2024-04-15 03:16:57 +02:00
|
|
|
}
|
|
|
|
|
}
|