mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
14 lines
210 B
JSON
14 lines
210 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"moduleResolution": "Node",
|
|
"alwaysStrict": true,
|
|
"strict": true,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"./**/*.ts",
|
|
"../index.esm.d.ts"
|
|
]
|
|
}
|