瀏覽代碼

Update README.md

Alexandru Dima 8 年之前
父節點
當前提交
3b003d8637
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -53,7 +53,7 @@ This npm module is bundled and distributed in the [monaco-editor](https://www.np
 
 * create `$/src/myLang.ts`
 * create `$/test/myLang.test.ts`
-* update tsconfig.json with `$> node_modules/.bin/tscg .`
+* update `tsconfig.json` with `$> node_modules/.bin/tscg .` or manually add the new `.ts` files to `tsconfig.json`
 * restart compilation with `$> npm run watch`
 * edit `$/src/monaco.contribution.ts` and register your new language:
 ```js