mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Change notifications app.js to TypeScript GitOrigin-RevId: cb6195e2e8c8cd89e1a954bfcb1911929440d6ca
16 lines
271 B
JSON
16 lines
271 B
JSON
{
|
|
"extends": "../../tsconfig.backend.json",
|
|
"include": [
|
|
"app.js",
|
|
"app.ts",
|
|
"app/js/**/*",
|
|
"benchmarks/**/*",
|
|
"config/**/*",
|
|
"scripts/**/*",
|
|
"test/**/*",
|
|
"types",
|
|
"vitest.config.acceptance.cjs",
|
|
"vitest.config.unit.cjs"
|
|
]
|
|
}
|