See GIF again:  Literally none of the editor features work. My `jsconfig.json`: ``` { "compilerOptions": { "target": "ES6", "module": "commonjs" }, "exclude": [ "node_modules" ] } ```