Commit bd15971a4a323ea467579fc4da50c4fa441aa40d

Authored by fengtao
1 parent 5ec48e6d

pref:优化了tsconfig.json 新增removeComments用来移除所有打印信息

Showing 1 changed file with 1 additions and 0 deletions
... ... @@ -21,6 +21,7 @@
21 21 "typeRoots": ["./node_modules/@types/", "./types"],
22 22 "noImplicitAny": false,
23 23 "skipLibCheck": true,
  24 + "removeComments": true,
24 25 "paths": {
25 26 "/@/*": ["src/*"],
26 27 "/#/*": ["types/*"]
... ...