mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-02 04:16:43 +01:00
8 lines
122 B
JSON
8 lines
122 B
JSON
|
{
|
||
|
"extends": "../../tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"lib": ["WebWorker"]
|
||
|
},
|
||
|
"include": ["*.ts"]
|
||
|
}
|