ente/apps/photos/tsconfig.json
2023-04-29 12:49:28 -04:00

9 lines
236 B
JSON

{
"extends": "@ente/tsconfig/ente.json",
"compilerOptions": {
"baseUrl": "./src"
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
"exclude": ["node_modules", "out", ".next", "thirdparty"]
}