chartjs-plugin-cursors
Version:
Chart.js plugin to draw and sync cursor lines
20 lines (19 loc) • 632 B
JSON
{
"compilerOptions": {
"target": "ES6",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"module": "esnext", // Changed from "es2015" to "esnext"
"jsx": "react",
"declaration": true,
"declarationDir": "./dist",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"sourceMap": true, // Added for better debugging
"rootDir": "./src" // Added to explicitly set the root directory
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}