ente/apps/photos/tsconfig.json

9 lines
236 B
JSON
Raw Normal View History

{
2023-04-27 02:32:12 +00:00
"extends": "@ente/tsconfig/ente.json",
"compilerOptions": {
2023-04-29 16:49:28 +00:00
"baseUrl": "./src"
2023-04-29 00:58:57 +00:00
},
2023-04-29 01:00:26 +00:00
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
"exclude": ["node_modules", "out", ".next", "thirdparty"]
2023-04-29 16:49:28 +00:00
}