We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7950422 commit c9e43aaCopy full SHA for c9e43aa
gruntfile.js
@@ -405,7 +405,7 @@ module.exports = function(grunt) {
405
"module": 'commonjs',
406
"target": 'es5',
407
"out": '<%= grunt.option("out") || localCfg.outApiRefDir %>',
408
- "theme": '<%= grunt.option("theme") || "default" %>',
+ "theme": '<%= grunt.option("theme") || "./node_modules/nativescript-typedoc-theme" %>',
409
"name": 'NativeScript',
410
"includeDeclarations": undefined,
411
"experimentalDecorators": undefined,
0 commit comments