mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
13 lines
164 B
JSON
13 lines
164 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
"lib": [
|
|
"ES2020",
|
|
"WebWorker"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|