Polarcraft/webv2/tsconfig.json

9 lines
178 B
JSON
Raw Normal View History

2023-06-01 22:06:11 +02:00
{
// https://nuxt.com/docs/guide/concepts/typescript
"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
}