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

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

15 lines
187 B
JSON
Raw Permalink Normal View History

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