In the code you don't expose the typescript config, only the react one as this line here plugin.configs["react"] = require("../config/react")(plugin); plugin.configs["typescript"] = require("../config/react")(plugin);
In the code you don't expose the typescript config, only the react one as this line here
plugin.configs["react"] = require("../config/react")(plugin);
plugin.configs["typescript"] = require("../config/react")(plugin);