mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
16 lines
222 B
JSON
16 lines
222 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"rootDir": "../../"
|
|
},
|
|
"include": [
|
|
"./",
|
|
"../../src/",
|
|
"../../dist/**/*.d.ts"
|
|
],
|
|
"exclude": [
|
|
"./**/*.js"
|
|
]
|
|
}
|