vscode/extensions/github/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
238 B
JSON
Raw Permalink Normal View History

2020-05-18 12:13:08 +00:00
{
"extends": "../tsconfig.base.json",
2020-05-18 12:13:08 +00:00
"compilerOptions": {
"outDir": "./out",
"experimentalDecorators": true,
"typeRoots": [
"./node_modules/@types"
]
},
"include": [
"src/**/*",
"../../src/vscode-dts/vscode.d.ts"
2020-05-18 12:13:08 +00:00
]
}