void/extensions/json-language-features/server/tsconfig.json

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

16 lines
211 B
JSON
Raw Permalink Normal View History

2024-09-11 02:37:36 +00:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"sourceMap": true,
"sourceRoot": "../src",
"lib": [
"ES2020",
"WebWorker"
]
},
"include": [
"src/**/*"
]
}