mirror of https://github.com/microsoft/vscode.git
Onboard markdown to use shared tsconfig
This commit is contained in:
parent
950a3ff867
commit
1d192bb4f0
|
@ -1,20 +1,13 @@
|
||||||
{
|
{
|
||||||
|
"extends": "../shared.tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "commonjs",
|
"outDir": "./out",
|
||||||
"target": "es2017",
|
"experimentalDecorators": true,
|
||||||
"lib": [
|
"lib": [
|
||||||
"es6",
|
"es6",
|
||||||
"es2015.promise",
|
"es2015.promise",
|
||||||
"dom"
|
"dom"
|
||||||
],
|
]
|
||||||
"outDir": "./out",
|
|
||||||
"sourceMap": true,
|
|
||||||
"noImplicitAny": true,
|
|
||||||
"noImplicitReturns": true,
|
|
||||||
"noUnusedLocals": true,
|
|
||||||
"noUnusedParameters": true,
|
|
||||||
"strict": true,
|
|
||||||
"alwaysStrict": true
|
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
|
Loading…
Reference in New Issue