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

15 lines
187 B
JSON
Raw Normal View History

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