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