Files
DefinitelyTyped/types/canvasjs/tsconfig.json
peter 1c15db516e [canvasjs] update types for canvasjs to v1.9. (#18108)
* update to v1.9.10

* add missing propoty.

* update test file.

* tslint file and check

* Update index.d.ts

* Update index.d.ts

change the type of  lineThickness from string to number.

* update reference method

* update export method

* export as global object

* Rename canvasjs.ts to canvasjs-tests.ts

* Update tsconfig.json file
2017-08-02 16:12:47 -07:00

23 lines
453 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"canvasjs-tests.ts"
]
}