forked from
samuel.fm/statusphere-react
the statusphere demo reworked into a vite/react app in a monorepo
1{
2 "compilerOptions": {
3 "target": "es2020",
4 "module": "NodeNext",
5 "moduleResolution": "NodeNext",
6 "esModuleInterop": true,
7 "forceConsistentCasingInFileNames": true,
8 "strict": true,
9 "skipLibCheck": true,
10 "declaration": true,
11 "declarationMap": true,
12 "sourceMap": true,
13 "outDir": "dist"
14 },
15 "include": ["src/**/*"],
16 "exclude": ["node_modules", "dist"]
17}