ente/web/packages/next/tsconfig.json
2024-03-01 12:21:07 +05:30

5 lines
180 B
JSON

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