Polarcraft/web/tsconfig.json

6 lines
113 B
JSON
Raw Normal View History

2023-04-20 19:22:44 +02:00
{
// https://nuxt.com/docs/guide/concepts/typescript
2023-05-03 11:36:20 +02:00
"extends": "./.nuxt/tsconfig.json",
"allowJS": true
2023-04-20 19:22:44 +02:00
}