Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1{ 2 "$schema": "https://json.schemastore.org/tsconfig", 3 "extends": ["@tsconfig/node20/tsconfig.json", "@tsconfig/strictest/tsconfig.json"], 4 "compilerOptions": { 5 "checkJs": true, 6 "noEmit": true 7 }, 8 "include": ["main.js"] 9}