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

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

17 lines
234 B
JSON
Raw Normal View History

2024-11-15 06:29:18 +00:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"sourceMap": true,
"sourceRoot": "../src",
"lib": [
"ES2020",
"WebWorker"
],
"module": "Node16",
},
"include": [
"src/**/*"
]
}