/opt/mawid/apps/dashboard
NameSizeModeActions
app/-0755rm
components/-0755rm
lib/-0755rm
Dockerfile6210644editdlrm
next-env.d.ts2620644editdlrm
next.config.ts1290644editdlrm
package.json5430644editdlrm
postcss.config.mjs700644editdlrm
tsconfig.json5620644editdlrm
Edit: /opt/mawid/apps/dashboard/tsconfig.json (562B)
{ "compilerOptions": { "target": "ES2022", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "strict": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", "incremental": true, "plugins": [{ "name": "next" }], "paths": { "@/*": ["./*"] } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"] }