Midday / packages /notifications /tsconfig.json
Jules
Final deployment with all fixes and verified content
c09f67c
{
"extends": "@midday/tsconfig/base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"jsx": "react-jsx",
"jsxImportSource": "react",
"allowJs": true,
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}