youtube_live_calendar/tsconfig.json

14 lines
287 B
JSON
Raw Permalink Normal View History

2024-12-25 05:29:02 +00:00
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts", "src/types/**/*.d.ts"],
2024-12-25 05:29:02 +00:00
"exclude": ["node_modules"]
}