mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[monorepo] move notifications changes into buildscripts GitOrigin-RevId: b5948702627d0bc87bffd3acc3d7c2ab9f4ac23d
9 lines
112 B
JSON
9 lines
112 B
JSON
{
|
|
"extends": "../../tsconfig.backend.json",
|
|
"include": [
|
|
"**/*.js",
|
|
"**/*.cjs",
|
|
"**/*.ts"
|
|
]
|
|
}
|