ente/web/packages/shared/tsconfig.json
Manav Rathi 90a770c619
WIP
2024-04-08 18:09:08 +05:30

23 lines
599 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"
]
}