Chart.js/test/integration/react-browser/tsconfig.json
Jacco van den Berg 49b16c9678
Change react integration test to TS (#10605)
* switch to ts

* change web integration test to TS

* remove space

* lint things

* one more lint

* Add spaces
2022-08-18 08:42:40 -04:00

15 lines
275 B
JSON

{
"compilerOptions": {
"jsx": "react",
"target": "ES6",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"strict": true,
"noEmit": true
},
"include": [
"./**/*.tsx",
]
}