Skip to content

Commit d9ee95f

Browse files
build: add type ts support in core
1 parent 3725bd2 commit d9ee95f

File tree

10 files changed

+1593
-131
lines changed

10 files changed

+1593
-131
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@ def gcc_version_ge(version_checked):
17371737
return True
17381738

17391739
def configure_node_lib_files(o):
1740-
o['variables']['node_library_files'] = SearchFiles('lib', 'js')
1740+
o['variables']['node_library_files'] = SearchFiles('lib', 'js') + SearchFiles('lib', 'ts')
17411741

17421742
def configure_node_cctest_sources(o):
17431743
o['variables']['node_cctest_sources'] = [ 'src/node_snapshot_stub.cc' ] + \

0 commit comments

Comments
 (0)