ente/web/packages/shared/tsconfig.json
Manav Rathi 880b13f436
Fix
2024-05-24 20:48:07 +05:30

24 lines
639 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"downlevelIteration": true,
"jsx": "preserve",
"jsxImportSource": "@emotion/react",
"lib": ["dom", "dom.iterable", "esnext", "webworker"],
"noImplicitAny": false,
"noUnusedLocals": false,
"noUnusedParameters": false,
"strictNullChecks": false,
"target": "es5",
"useUnknownInCatchVariables": false
},
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.js",
"themes/mui-theme.d.ts",
"../next/log-web.ts",
"../next/global-electron.d.ts"
]
}