andersgee
andersgee
Explore posts from servers
TTCTheo's Typesafe Cult
Created by andersgee on 11/17/2022 in #questions
next language server plugin not working
when setting up nextjs with --experimental-app it sets up a plugin in tsconfig.json
"plugins": [{ "name": "next"}]
"plugins": [{ "name": "next"}]
Which gives some additional nextjs specific typings inside certain files. But it stops working when I have my app dir in src/app instead of /app How to solve? I cant find any documentation on it? (everything works as expected, just the plugin is not working)
1 replies