ente/web/packages/ui/tsconfig.json

6 lines
180 B
JSON
Raw Normal View History

{
"extends": "@/build-config/tsconfig.transpile.json",
/* Typecheck all files with the given extensions (here or in subfolders) */
"include": ["**/*.ts", "**/*.tsx"]
}