mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
* Provide a chart-type specific definition for ParsedData * Fix lint error * Code review feedback
13 lines
190 B
JSON
13 lines
190 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"moduleResolution": "Node",
|
|
"alwaysStrict": true,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"./**/*.ts",
|
|
"../index.esm.d.ts"
|
|
]
|
|
}
|