ente/web/packages/utils/tsconfig.json

6 lines
168 B
JSON
Raw Normal View History

2024-02-15 03:47:25 +00:00
{
"extends": "@/build-config/tsconfig.transpile.json",
/* Typecheck all files with the given extensions (here or in subfolders) */
"include": ["**/*.ts"]
2024-02-15 03:47:25 +00:00
}