提交 aca1494c 编写于 作者: J Johannes Rieken

align monaco compiler settings

上级 55270a46
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"types": [],
"paths": {},
"module": "amd",
"moduleResolution": "classic",
"noImplicitAny": false,
"removeComments": false,
"preserveConstEnums": true,
"target": "es5",
"sourceMap": false,
"experimentalDecorators": true,
"declaration": true,
"noImplicitReturns": true,
"baseUrl": ".",
"types": []
},
"include": [
"typings/require.d.ts",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册