Chart.js/types/tests/tsconfig.json
Dan Onoshko 2031cdf051
Preparing the project for TypeScript (#10595)
* Add Typescript to the build
* Converts the `helpers.core` to Typescript as an example
* Converts the `core.element` to Typescript
2022-08-22 11:58:57 -04:00

11 lines
134 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": [
"../",
"../../src/"
]
}