@@ -137,7 +137,7 @@ module.exports.copySchematics = (cb) => {
137137const typedocBuildTheme = ( cb ) => {
138138 spawnSync ( `typedoc` , [ TYPEDOC . PROJECT_PATH ,
139139 "--tsconfig" ,
140- path . join ( __dirname , "tsconfig.base. json" ) ] , { stdio : 'inherit' , shell : true } ) ;
140+ path . join ( __dirname , "tsconfig.json" ) ] , { stdio : 'inherit' , shell : true } ) ;
141141 cb ( ) ;
142142} ;
143143typedocBuildTheme . displayName = 'typedoc-build:theme' ;
@@ -187,7 +187,7 @@ function typedocBuildExportFn(cb) {
187187 "--tags" ,
188188 "--params" ,
189189 "--tsconfig" ,
190- path . join ( __dirname , "tsconfig.base. json" ) ] ,
190+ path . join ( __dirname , "tsconfig.json" ) ] ,
191191 { stdio : 'inherit' , shell : true } ) ;
192192 cb ( ) ;
193193}
@@ -199,7 +199,7 @@ function typedocImportJsonFn(cb) {
199199 TYPEDOC . EXPORT_JSON_PATH ,
200200 "--warns" ,
201201 "--tsconfig" ,
202- path . join ( __dirname , "tsconfig.base. json" ) ] ,
202+ path . join ( __dirname , "tsconfig.json" ) ] ,
203203 { stdio : 'inherit' , shell : true } ) ;
204204 cb ( ) ;
205205}
@@ -225,7 +225,7 @@ function typedocBuildDocsJA (cb) {
225225 '--localize' ,
226226 'jp' ,
227227 "--tsconfig" ,
228- path . join ( __dirname , "tsconfig.base. json" ) ] , { stdio : 'inherit' , shell : true } ) ;
228+ path . join ( __dirname , "tsconfig.json" ) ] , { stdio : 'inherit' , shell : true } ) ;
229229
230230 cb ( ) ;
231231}
@@ -236,7 +236,7 @@ function typedocBuildDocsEN (cb) {
236236 '--localize' ,
237237 'en' ,
238238 "--tsconfig" ,
239- path . join ( __dirname , "tsconfig.base. json" ) ] , { stdio : 'inherit' , shell : true } ) ;
239+ path . join ( __dirname , "tsconfig.json" ) ] , { stdio : 'inherit' , shell : true } ) ;
240240
241241 cb ( ) ;
242242}
0 commit comments