2023-06-01 22:06:11 +02:00
|
|
|
{
|
|
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
2023-06-04 22:06:28 +02:00
|
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"typeRoots": ["./types"]
|
2023-06-05 14:55:35 +02:00
|
|
|
},
|
|
|
|
"esModuleInterop": true
|
2023-06-01 22:06:11 +02:00
|
|
|
}
|