void/extensions/css-language-features/server/tsconfig.json
Andrew Pareles 3b901ad60f init
2025-02-28 18:01:53 -08:00

14 lines
187 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"lib": [
"ES2020",
"WebWorker"
],
"module": "Node16",
},
"include": [
"src/**/*"
]
}