Files
NativeScript/tsconfig.typedoc.json
Hristo Deshev 9113fa9ed8 Use TypeScript 2.1 for the docs build
Until TypeDoc supports TS 2.2
2017-02-24 17:28:18 +02:00

17 lines
405 B
JSON

{
"compilerOptions": {
"noEmitOnError": true,
"noEmitHelpers": true,
"target": "es5",
"module": "commonjs",
"declaration": false,
"noImplicitAny": false,
"noImplicitUseStrict": true,
"experimentalDecorators": true
},
"files": [
"tns-core-modules/docs-shims.d.ts",
"tns-core-modules/tns-core-modules.d.ts"
]
}