Polarcraft/webv2/tsconfig.json

8 lines
151 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-01 22:06:11 +02:00
}