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