Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1{ 2 "compilerOptions": { 3 "target": "es2015", 4 "module": "commonjs", 5 "esModuleInterop": true, 6 "noImplicitAny": true, 7 "removeComments": true, 8 "preserveConstEnums": true, 9 "sourceMap": true 10 }, 11 "exclude": ["node_modules"] 12}