1directories: 2 . 3 -bin 4 -out 5 -node_modules 6 -third_party/externals 7 8# Automatically includes all relevant targets under the 'directories' above 9derive_targets_from_directories: false 10 11targets: 12 # If source code isn't resolving, add additional targets that compile it here 13 //example:hello_world_vulkan 14 //example:hello_world_gl 15additional_languages: 16 # Uncomment any additional languages you want supported 17 javascript 18 python 19 typescript 20