mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
14 lines
206 B
JSON
14 lines
206 B
JSON
{
|
|
"extends": "../../tsconfig.backend.json",
|
|
"include": [
|
|
"app.mjs",
|
|
"app.ts",
|
|
"app/js/**/*",
|
|
"benchmarks/**/*",
|
|
"config/**/*",
|
|
"scripts/**/*",
|
|
"test/**/*",
|
|
"types"
|
|
]
|
|
}
|