pages/fullcalendar-main/scripts/tsconfig.safe.json

12 lines
179 B
JSON
Raw Normal View History

2024-03-06 14:33:17 +01:00
{
"extends": "./config/tsconfig.node.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
},
"include": [
"./src/**/*"
],
"references": []
}