mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
* Add Typescript to the build * Converts the `helpers.core` to Typescript as an example * Converts the `core.element` to Typescript
11 lines
134 B
JSON
11 lines
134 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"../",
|
|
"../../src/"
|
|
]
|
|
}
|