mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
* switch to ts * change web integration test to TS * remove space * lint things * one more lint * Add spaces
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"target": "ES6",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"alwaysStrict": true,
|
|
"strict": true,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"./**/*.tsx",
|
|
]
|
|
}
|