void/extensions/css-language-features/client/tsconfig.json

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

15 lines
215 B
JSON
Raw Permalink Normal View History

2024-09-11 02:37:36 +00:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"lib": [
"webworker"
2025-03-01 02:01:53 +00:00
],
"module": "Node16",
2024-09-11 02:37:36 +00:00
},
"include": [
"src/**/*",
2025-03-01 02:01:53 +00:00
"../../../src/vscode-dts/vscode.d.ts"
2024-09-11 02:37:36 +00:00
]
}