File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ EXAMPLES_FIXTURES_FOLDER ?= $(EXAMPLES_FOLDER)/fixtures
114114BENCHMARKS_FOLDER ?= benchmark
115115
116116# Define the folder name convention for benchmark fixtures:
117- BENCHMARKS_FIXTURES_FOLDER ?= (BENCHMARKS_FOLDER)/fixtures
117+ BENCHMARKS_FIXTURES_FOLDER ?= $ (BENCHMARKS_FOLDER ) /fixtures
118118
119119# Define the folder name convention for executables:
120120BIN_FOLDER ?= bin
@@ -140,6 +140,9 @@ SCRIPTS_FOLDER ?= scripts
140140# Define the folder name convention for temporary files:
141141TMP_FOLDER ?= tmp
142142
143+ # Define the folder name convention for type definition files:
144+ TYPES_FOLDER ?= types
145+
143146# Define filename extension conventions (keep in alphabetical order):
144147AWK_FILENAME_EXT ?= awk
145148BASH_FILENAME_EXT ?= sh
@@ -168,6 +171,8 @@ R_FILENAME_EXT ?= R
168171SHELL_FILENAME_EXT ?= sh
169172SVG_FILENAME_EXT ?= svg
170173TEXT_FILENAME_EXT ?= txt
174+ TYPESCRIPT_FILENAME_EXT ?= ts
175+ TYPESCRIPT_DEFINITION_FILENAME_EXT ?= d.$(TYPESCRIPT_FILENAME_EXT )
171176WASM_FILENAME_EXT ?= wasm
172177WAT_FILENAME_EXT ?= wat
173178YAML_FILENAME_EXT ?= yml
You can’t perform that action at this time.
0 commit comments