BangleApps/apps/schoolCalendar/fullcalendar/interaction/tsconfig.json

14 lines
209 B
JSON
Raw Normal View History

2021-10-04 22:57:53 +00:00
{
"extends": "../../tsconfig.base",
"compilerOptions": {
"rootDir": "src",
"outDir": "tsc"
},
"include": [
"src/**/*"
],
"references": [
{ "path": "../common" }
]
}