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

22 lines
579 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",
"../shared/themes/mui-theme.d.ts"
]
}