Files
DefinitelyTyped/types/dojo/tsconfig.json
Don Waldo 4da771ecb4 #6930: Updates Dojox Charting definition module exports (#20654)
* Fixes module definitions to uses import statement.

* Removes unknown tsc compiler options strictFunctionTypes

http://www.typescriptlang.org/docs/handbook/compiler-options.html

* Puts back strictFunctionTypes flag

Seems that the CI build fails unless this compiler flag is present, but doesn't seem to be representative of the current typescript options.
The instructions say to run tsc, however it seems the flags may have changed between versions.  The Travis CI output does not report the tsc version number being used.

* Revert "Puts back strictFunctionTypes flag"

This reverts commit aba384b0b3cbe904bd6632df8c152b09637022b0.

* Revert "Revert "Puts back strictFunctionTypes flag""

This reverts commit 41cda05cc9baf07ea3551b2989d650c553606eb7.

* Adds new line to end of file
2017-10-17 12:56:32 -07:00

88 lines
2.2 KiB
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"dijit.d.ts",
"doh.d.ts",
"dojox.NodeList.d.ts",
"dojox.analytics.d.ts",
"dojox.app.d.ts",
"dojox.atom.d.ts",
"dojox.av.d.ts",
"dojox.calc.d.ts",
"dojox.calendar.d.ts",
"dojox.charting.d.ts",
"dojox.collections.d.ts",
"dojox.color.d.ts",
"dojox.css3.d.ts",
"dojox.data.d.ts",
"dojox.date.d.ts",
"dojox.dgauges.d.ts",
"dojox.dnd.d.ts",
"dojox.drawing.d.ts",
"dojox.dtl.d.ts",
"dojox.editor.d.ts",
"dojox.embed.d.ts",
"dojox.encoding.d.ts",
"dojox.flash.d.ts",
"dojox.form.d.ts",
"dojox.fx.d.ts",
"dojox.gantt.d.ts",
"dojox.gauges.d.ts",
"dojox.geo.d.ts",
"dojox.gesture.d.ts",
"dojox.gfx.d.ts",
"dojox.gfx3d.d.ts",
"dojox.grid.d.ts",
"dojox.help.d.ts",
"dojox.highlight.d.ts",
"dojox.html.d.ts",
"dojox.image.d.ts",
"dojox.io.d.ts",
"dojox.jq.d.ts",
"dojox.json.d.ts",
"dojox.jsonPath.d.ts",
"dojox.lang.d.ts",
"dojox.layout.d.ts",
"dojox.main.d.ts",
"dojox.math.d.ts",
"dojox.mdnd.d.ts",
"dojox.mobile.d.ts",
"dojox.mvc.d.ts",
"dojox.rails.d.ts",
"dojox.robot.d.ts",
"dojox.rpc.d.ts",
"dojox.secure.d.ts",
"dojox.sketch.d.ts",
"dojox.socket.d.ts",
"dojox.sql.d.ts",
"dojox.storage.d.ts",
"dojox.string.d.ts",
"dojox.testing.d.ts",
"dojox.timing.d.ts",
"dojox.treemap.d.ts",
"dojox.uuid.d.ts",
"dojox.validate.d.ts",
"dojox.widget.d.ts",
"dojox.xml.d.ts"
]
}