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
15 lines
257 B
JSON
15 lines
257 B
JSON
{
|
|
"extends": "../../tsconfig.backend.json",
|
|
"include": [
|
|
"app.js",
|
|
"app/js/**/*",
|
|
"benchmarks/**/*",
|
|
"config/**/*",
|
|
"scripts/**/*",
|
|
"test/**/*",
|
|
"types",
|
|
"vitest.config.acceptance.cjs",
|
|
"vitest.config.unit.cjs"
|
|
]
|
|
}
|