11 lines
185 B
JSON
11 lines
185 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./jsconfig.web.json",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"ES2022",
|
|
"WebWorker",
|
|
"Webworker.Iterable"
|
|
]
|
|
}
|
|
}
|